Html Css Color HEX #CF1978 Medium Violet Red

📋 copy color: '#CF1978'

red 207 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #CF1978

Tints of Medium Violet Red #CF1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.1%

 BLUE value IS 120 (47.27% from 255) = 34.09%

R = 58.81%
G = 7.1%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF1978 (or 0xCF1978) is known color: Medium Violet Red. HEX triplet: CF, 19 and 78. RGB value is (207,25,120). Sum of RGB (Red+Green+Blue) = 207+25+120=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1978 is #30E687. Grayscale: #5A5A5A. Windows color (decimal): -3204744 or 7870927. OLE color: 7870927.

HSL color Cylindrical-coordinate representation of color #CF1978: hue angle of 328.68º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1978 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 25 120 -
CMYK 0 0.88 0.42 0.19
HSL 328.68º 0.78% 0.45% -
HSV(B) 328.68º 0.88% 0.81% -
XYZ 29.47 15.32 19.17 -
YUV 90.25 144.8 211.28 -
System Red Green Blue C M Y K H S L
Decimal 207 25 120 0 0.88 0.42 0.19 328.68 0.78 0.45
Hex CF 19 78 0 58 2A 13 149 4E 2D
Octal 317 31 170 0 130 52 23 511 116 55
Binary 11001111 11001 1111000 0 1011000 101010 10011 101001001 1001110 101101

Color Harmonies of #CF1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1978

Black with #CF1978

Text Example


Text Example

White with #CF1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1978; }

 p { color: rgb(207,25,120); }

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

background-color css

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

 a { background-color: rgb(207,25,120); }

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

border-color css

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

 span { border-color: rgb(207,25,120); }

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