Html Css Color HEX #CF0376 Medium Violet Red

📋 copy color: '#CF0376'

red 207 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #CF0376

Tints of Medium Violet Red #CF0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 63.11%
G = 0.91%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF0376 (or 0xCF0376) is known color: Medium Violet Red. HEX triplet: CF, 03 and 76. RGB value is (207,3,118). Sum of RGB (Red+Green+Blue) = 207+3+118=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0376 is #30FC89. Grayscale: #4C4C4C. Windows color (decimal): -3210378 or 7734223. OLE color: 7734223.

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

Color convert

RGB 207 3 118 -
CMYK 0 0.99 0.43 0.19
HSL 326.18º 0.97% 0.41% -
HSV(B) 326.18º 0.99% 0.81% -
XYZ 29.03 14.64 18.43 -
YUV 77.11 151.09 220.65 -
System Red Green Blue C M Y K H S L
Decimal 207 3 118 0 0.99 0.43 0.19 326.18 0.97 0.41
Hex CF 3 76 0 63 2B 13 146 61 29
Octal 317 3 166 0 143 53 23 506 141 51
Binary 11001111 11 1110110 0 1100011 101011 10011 101000110 1100001 101001

Color Harmonies of #CF0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0376

Black with #CF0376

Text Example


Text Example

White with #CF0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0376; }

 p { color: rgb(207,3,118); }

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

background-color css

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

 a { background-color: rgb(207,3,118); }

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

border-color css

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

 span { border-color: rgb(207,3,118); }

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