Html Css Color HEX #CF0490 Medium Violet Red

📋 copy color: '#CF0490'

red 207 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #CF0490

Tints of Medium Violet Red #CF0490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 58.31%
G = 1.13%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF0490 (or 0xCF0490) is known color: Medium Violet Red. HEX triplet: CF, 04 and 90. RGB value is (207,4,144). Sum of RGB (Red+Green+Blue) = 207+4+144=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0490 is #30FB6F. Grayscale: #505050. Windows color (decimal): -3210096 or 9438415. OLE color: 9438415.

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

Color convert

RGB 207 4 144 -
CMYK 0 0.98 0.30 0.19
HSL 318.62º 0.96% 0.41% -
HSV(B) 318.62º 0.98% 0.81% -
XYZ 30.81 15.37 27.73 -
YUV 80.66 163.75 218.12 -
System Red Green Blue C M Y K H S L
Decimal 207 4 144 0 0.98 0.30 0.19 318.62 0.96 0.41
Hex CF 4 90 0 62 1E 13 13F 60 29
Octal 317 4 220 0 142 36 23 477 140 51
Binary 11001111 100 10010000 0 1100010 11110 10011 100111111 1100000 101001

Color Harmonies of #CF0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0490

Black with #CF0490

Text Example


Text Example

White with #CF0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0490; }

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

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

background-color css

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

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

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

border-color css

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

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

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