Html Css Color HEX #CF0970 Medium Violet Red

📋 copy color: '#CF0970'

red 207 ◦ green 9 ◦ blue 112

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

Shades of Medium Violet Red #CF0970

Tints of Medium Violet Red #CF0970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

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

R = 63.11%
G = 2.74%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF0970 (or 0xCF0970) is known color: Medium Violet Red. HEX triplet: CF, 09 and 70. RGB value is (207,9,112). Sum of RGB (Red+Green+Blue) = 207+9+112=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0970 is #30F68F. Grayscale: #4F4F4F. Windows color (decimal): -3208848 or 7342543. OLE color: 7342543.

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

Color convert

RGB 207 9 112 -
CMYK 0 0.96 0.46 0.19
HSL 328.79º 0.92% 0.42% -
HSV(B) 328.79º 0.96% 0.81% -
XYZ 28.75 14.63 16.64 -
YUV 79.94 146.1 218.62 -
System Red Green Blue C M Y K H S L
Decimal 207 9 112 0 0.96 0.46 0.19 328.79 0.92 0.42
Hex CF 9 70 0 60 2E 13 149 5C 2A
Octal 317 11 160 0 140 56 23 511 134 52
Binary 11001111 1001 1110000 0 1100000 101110 10011 101001001 1011100 101010

Color Harmonies of #CF0970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0970

Black with #CF0970

Text Example


Text Example

White with #CF0970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0970; }

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

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

background-color css

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

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

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

border-color css

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

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

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