Html Css Color HEX #CF0470 Medium Violet Red

📋 copy color: '#CF0470'

red 207 ◦ green 4 ◦ blue 112

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

Shades of Medium Violet Red #CF0470

Tints of Medium Violet Red #CF0470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 64.09%
G = 1.24%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF0470 (or 0xCF0470) is known color: Medium Violet Red. HEX triplet: CF, 04 and 70. RGB value is (207,4,112). Sum of RGB (Red+Green+Blue) = 207+4+112=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0470 is #30FB8F. Grayscale: #4C4C4C. Windows color (decimal): -3210128 or 7341263. OLE color: 7341263.

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

Color convert

RGB 207 4 112 -
CMYK 0 0.98 0.46 0.19
HSL 328.08º 0.96% 0.41% -
HSV(B) 328.08º 0.98% 0.81% -
XYZ 28.7 14.52 16.62 -
YUV 77.01 147.75 220.72 -
System Red Green Blue C M Y K H S L
Decimal 207 4 112 0 0.98 0.46 0.19 328.08 0.96 0.41
Hex CF 4 70 0 62 2E 13 148 60 29
Octal 317 4 160 0 142 56 23 510 140 51
Binary 11001111 100 1110000 0 1100010 101110 10011 101001000 1100000 101001

Color Harmonies of #CF0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0470

Black with #CF0470

Text Example


Text Example

White with #CF0470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0470; }

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

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

background-color css

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

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

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

border-color css

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

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

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