Html Css Color HEX #CF0081 Medium Violet Red

📋 copy color: '#CF0081'

red 207 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #CF0081

Tints of Medium Violet Red #CF0081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.39%

R = 61.61%
G = 0%
B = 38.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF0081 (or 0xCF0081) is known color: Medium Violet Red. HEX triplet: CF, 00 and 81. RGB value is (207,0,129). Sum of RGB (Red+Green+Blue) = 207+0+129=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0081 is #30FF7E. Grayscale: #4C4C4C. Windows color (decimal): -3211135 or 8454351. OLE color: 8454351.

HSL color Cylindrical-coordinate representation of color #CF0081: hue angle of 322.61º 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 #CF0081 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 129 -
CMYK 0 1 0.38 0.19
HSL 322.61º 1% 0.41% -
HSV(B) 322.61º 1% 0.81% -
XYZ 29.69 14.85 22.07 -
YUV 76.6 157.58 221.01 -
System Red Green Blue C M Y K H S L
Decimal 207 0 129 0 1 0.38 0.19 322.61 1 0.41
Hex CF 0 81 0 64 26 13 143 64 29
Octal 317 0 201 0 144 46 23 503 144 51
Binary 11001111 0 10000001 0 1100100 100110 10011 101000011 1100100 101001

Color Harmonies of #CF0081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0081

Black with #CF0081

Text Example


Text Example

White with #CF0081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0081; }

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

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

background-color css

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

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

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

border-color css

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

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

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