Html Css Color HEX #CF0387 Medium Violet Red

📋 copy color: '#CF0387'

red 207 ◦ green 3 ◦ blue 135

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

Shades of Medium Violet Red #CF0387

Tints of Medium Violet Red #CF0387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 135 (53.13% from 255) = 39.13%

R = 60%
G = 0.87%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CF0387 (or 0xCF0387) is known color: Medium Violet Red. HEX triplet: CF, 03 and 87. RGB value is (207,3,135). Sum of RGB (Red+Green+Blue) = 207+3+135=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0387 is #30FC78. Grayscale: #4E4E4E. Windows color (decimal): -3210361 or 8848335. OLE color: 8848335.

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

Color convert

RGB 207 3 135 -
CMYK 0 0.99 0.35 0.19
HSL 321.18º 0.97% 0.41% -
HSV(B) 321.18º 0.99% 0.81% -
XYZ 30.14 15.08 24.24 -
YUV 79.04 159.59 219.27 -
System Red Green Blue C M Y K H S L
Decimal 207 3 135 0 0.99 0.35 0.19 321.18 0.97 0.41
Hex CF 3 87 0 63 23 13 141 61 29
Octal 317 3 207 0 143 43 23 501 141 51
Binary 11001111 11 10000111 0 1100011 100011 10011 101000001 1100001 101001

Color Harmonies of #CF0387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0387

Black with #CF0387

Text Example


Text Example

White with #CF0387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0387; }

 p { color: rgb(207,3,135); }

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

background-color css

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

 a { background-color: rgb(207,3,135); }

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

border-color css

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

 span { border-color: rgb(207,3,135); }

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