Html Css Color HEX #CF0291 Medium Violet Red

📋 copy color: '#CF0291'

red 207 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #CF0291

Tints of Medium Violet Red #CF0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 145 (57.03% from 255) = 40.96%

R = 58.47%
G = 0.56%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF0291 (or 0xCF0291) is known color: Medium Violet Red. HEX triplet: CF, 02 and 91. RGB value is (207,2,145). Sum of RGB (Red+Green+Blue) = 207+2+145=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0291 is #30FD6E. Grayscale: #4F4F4F. Windows color (decimal): -3210607 or 9503439. OLE color: 9503439.

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

Color convert

RGB 207 2 145 -
CMYK 0 0.99 0.30 0.19
HSL 318.15º 0.98% 0.41% -
HSV(B) 318.15º 0.99% 0.81% -
XYZ 30.86 15.35 28.12 -
YUV 79.6 164.92 218.87 -
System Red Green Blue C M Y K H S L
Decimal 207 2 145 0 0.99 0.30 0.19 318.15 0.98 0.41
Hex CF 2 91 0 63 1E 13 13E 62 29
Octal 317 2 221 0 143 36 23 476 142 51
Binary 11001111 10 10010001 0 1100011 11110 10011 100111110 1100010 101001

Color Harmonies of #CF0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0291

Black with #CF0291

Text Example


Text Example

White with #CF0291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0291; }

 p { color: rgb(207,2,145); }

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

background-color css

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

 a { background-color: rgb(207,2,145); }

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

border-color css

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

 span { border-color: rgb(207,2,145); }

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