Html Css Color HEX #CB0490 Medium Violet Red

📋 copy color: '#CB0490'

red 203 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #CB0490

Tints of Medium Violet Red #CB0490

RGB

 RED value IS 203 (79.69% from 255) = 57.83%

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

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

R = 57.83%
G = 1.14%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB0490 (or 0xCB0490) is known color: Medium Violet Red. HEX triplet: CB, 04 and 90. RGB value is (203,4,144). Sum of RGB (Red+Green+Blue) = 203+4+144=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0490 is #34FB6F. Grayscale: #4F4F4F. Windows color (decimal): -3472240 or 9438411. OLE color: 9438411.

HSL color Cylindrical-coordinate representation of color #CB0490: hue angle of 317.79º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0490 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 4 144 -
CMYK 0 0.98 0.29 0.20
HSL 317.79º 0.96% 0.41% -
HSV(B) 317.79º 0.98% 0.8% -
XYZ 29.71 14.8 27.68 -
YUV 79.46 164.43 216.12 -
System Red Green Blue C M Y K H S L
Decimal 203 4 144 0 0.98 0.29 0.20 317.79 0.96 0.41
Hex CB 4 90 0 62 1D 14 13E 60 29
Octal 313 4 220 0 142 35 24 476 140 51
Binary 11001011 100 10010000 0 1100010 11101 10100 100111110 1100000 101001

Color Harmonies of #CB0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0490

Black with #CB0490

Text Example


Text Example

White with #CB0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0490; }

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

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

background-color css

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

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

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

border-color css

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

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

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