Html Css Color HEX #CF0FA9 Medium Violet Red

📋 copy color: '#CF0FA9'

red 207 ◦ green 15 ◦ blue 169

#CF0FA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CF0FA9

Tints of Medium Violet Red #CF0FA9

RGB

 RED value IS 207 (81.25% from 255) = 52.94%

 GREEN value IS 15 (6.25% from 255) = 3.84%

 BLUE value IS 169 (66.41% from 255) = 43.22%

R = 52.94%
G = 3.84%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF0FA9 (or 0xCF0FA9) is known color: Medium Violet Red. HEX triplet: CF, 0F and A9. RGB value is (207,15,169). Sum of RGB (Red+Green+Blue) = 207+15+169=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FA9 is #30F056. Grayscale: #595959. Windows color (decimal): -3207255 or 11079631. OLE color: 11079631.

HSL color Cylindrical-coordinate representation of color #CF0FA9: hue angle of 311.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FA9 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 169 -
CMYK 0 0.93 0.18 0.19
HSL 311.88º 0.86% 0.44% -
HSV(B) 311.88º 0.93% 0.81% -
XYZ 33.06 16.47 38.97 -
YUV 89.96 172.61 211.48 -
System Red Green Blue C M Y K H S L
Decimal 207 15 169 0 0.93 0.18 0.19 311.88 0.86 0.44
Hex CF F A9 0 5D 12 13 138 56 2C
Octal 317 17 251 0 135 22 23 470 126 54
Binary 11001111 1111 10101001 0 1011101 10010 10011 100111000 1010110 101100

Color Harmonies of #CF0FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0FA9

Black with #CF0FA9

Text Example


Text Example

White with #CF0FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0FA9; }

 p { color: rgb(207,15,169); }

 H1.HeaderClassName
 {
   color: #CF0FA9;
 }
 .AnyTagClassName
 {
   color: #CF0FA9;
 }
</style>

background-color css

<style>
 a { background-color: #CF0FA9; }

 a { background-color: rgb(207,15,169); }

 div.DivClassName
 {
   background-color: #CF0FA9;
 }
 .BgClassName
 {
   background-color: #CF0FA9;
 }
</style>

border-color css

<style>
 span { border-color: #CF0FA9; }

 span { border-color: rgb(207,15,169); }

 td.TdClassName
 {
   border-color: #CF0FA9;
 }
 .TagClassName
 {
   border-color: #CF0FA9;
 }
</style>