Html Css Color HEX #CF0074 Medium Violet Red

📋 copy color: '#CF0074'

red 207 ◦ green 0 ◦ blue 116

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

Shades of Medium Violet Red #CF0074

Tints of Medium Violet Red #CF0074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.09%
G = 0%
B = 35.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF0074 (or 0xCF0074) is known color: Medium Violet Red. HEX triplet: CF, 00 and 74. RGB value is (207,0,116). Sum of RGB (Red+Green+Blue) = 207+0+116=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0074 is #30FF8B. Grayscale: #4A4A4A. Windows color (decimal): -3211148 or 7602383. OLE color: 7602383.

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

Color convert

RGB 207 0 116 -
CMYK 0 1 0.44 0.19
HSL 326.38º 1% 0.41% -
HSV(B) 326.38º 1% 0.81% -
XYZ 28.88 14.53 17.8 -
YUV 75.12 151.08 222.07 -
System Red Green Blue C M Y K H S L
Decimal 207 0 116 0 1 0.44 0.19 326.38 1 0.41
Hex CF 0 74 0 64 2C 13 146 64 29
Octal 317 0 164 0 144 54 23 506 144 51
Binary 11001111 0 1110100 0 1100100 101100 10011 101000110 1100100 101001

Color Harmonies of #CF0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0074

Black with #CF0074

Text Example


Text Example

White with #CF0074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0074; }

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

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

background-color css

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

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

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

border-color css

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

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

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