Html Css Color HEX #CF0488 Medium Violet Red

📋 copy color: '#CF0488'

red 207 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #CF0488

Tints of Medium Violet Red #CF0488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 136 (53.52% from 255) = 39.19%

R = 59.65%
G = 1.15%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF0488 (or 0xCF0488) is known color: Medium Violet Red. HEX triplet: CF, 04 and 88. RGB value is (207,4,136). Sum of RGB (Red+Green+Blue) = 207+4+136=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0488 is #30FB77. Grayscale: #4F4F4F. Windows color (decimal): -3210104 or 8914127. OLE color: 8914127.

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

Color convert

RGB 207 4 136 -
CMYK 0 0.98 0.34 0.19
HSL 320.99º 0.96% 0.41% -
HSV(B) 320.99º 0.98% 0.81% -
XYZ 30.22 15.13 24.62 -
YUV 79.75 159.75 218.77 -
System Red Green Blue C M Y K H S L
Decimal 207 4 136 0 0.98 0.34 0.19 320.99 0.96 0.41
Hex CF 4 88 0 62 22 13 141 60 29
Octal 317 4 210 0 142 42 23 501 140 51
Binary 11001111 100 10001000 0 1100010 100010 10011 101000001 1100000 101001

Color Harmonies of #CF0488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0488

Black with #CF0488

Text Example


Text Example

White with #CF0488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0488; }

 p { color: rgb(207,4,136); }

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

background-color css

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

 a { background-color: rgb(207,4,136); }

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

border-color css

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

 span { border-color: rgb(207,4,136); }

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