Html Css Color HEX #CF009B Medium Violet Red

📋 copy color: '#CF009B'

red 207 ◦ green 0 ◦ blue 155

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

Shades of Medium Violet Red #CF009B

Tints of Medium Violet Red #CF009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 57.18%
G = 0%
B = 42.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF009B (or 0xCF009B) is known color: Medium Violet Red. HEX triplet: CF, 00 and 9B. RGB value is (207,0,155). Sum of RGB (Red+Green+Blue) = 207+0+155=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF009B is #30FF64. Grayscale: #4F4F4F. Windows color (decimal): -3211109 or 10158287. OLE color: 10158287.

HSL color Cylindrical-coordinate representation of color #CF009B: hue angle of 315.07º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF009B is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 155 -
CMYK 0 1 0.25 0.19
HSL 315.07º 1% 0.41% -
HSV(B) 315.07º 1% 0.81% -
XYZ 31.65 15.63 32.36 -
YUV 79.56 170.58 218.9 -
System Red Green Blue C M Y K H S L
Decimal 207 0 155 0 1 0.25 0.19 315.07 1 0.41
Hex CF 0 9B 0 64 19 13 13B 64 29
Octal 317 0 233 0 144 31 23 473 144 51
Binary 11001111 0 10011011 0 1100100 11001 10011 100111011 1100100 101001

Color Harmonies of #CF009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF009B

Black with #CF009B

Text Example


Text Example

White with #CF009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF009B; }

 p { color: rgb(207,0,155); }

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

background-color css

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

 a { background-color: rgb(207,0,155); }

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

border-color css

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

 span { border-color: rgb(207,0,155); }

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