Html Css Color HEX #CF0574 Medium Violet Red

📋 copy color: '#CF0574'

red 207 ◦ green 5 ◦ blue 116

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

Shades of Medium Violet Red #CF0574

Tints of Medium Violet Red #CF0574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 63.11%
G = 1.52%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF0574 (or 0xCF0574) is known color: Medium Violet Red. HEX triplet: CF, 05 and 74. RGB value is (207,5,116). Sum of RGB (Red+Green+Blue) = 207+5+116=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0574 is #30FA8B. Grayscale: #4D4D4D. Windows color (decimal): -3209868 or 7603663. OLE color: 7603663.

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

Color convert

RGB 207 5 116 -
CMYK 0 0.98 0.44 0.19
HSL 327.03º 0.95% 0.42% -
HSV(B) 327.03º 0.98% 0.81% -
XYZ 28.94 14.63 17.82 -
YUV 78.05 149.42 219.97 -
System Red Green Blue C M Y K H S L
Decimal 207 5 116 0 0.98 0.44 0.19 327.03 0.95 0.42
Hex CF 5 74 0 62 2C 13 147 5F 2A
Octal 317 5 164 0 142 54 23 507 137 52
Binary 11001111 101 1110100 0 1100010 101100 10011 101000111 1011111 101010

Color Harmonies of #CF0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0574

Black with #CF0574

Text Example


Text Example

White with #CF0574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0574; }

 p { color: rgb(207,5,116); }

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

background-color css

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

 a { background-color: rgb(207,5,116); }

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

border-color css

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

 span { border-color: rgb(207,5,116); }

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