Html Css Color HEX #CB0481 Medium Violet Red

📋 copy color: '#CB0481'

red 203 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #CB0481

Tints of Medium Violet Red #CB0481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.39%

R = 60.42%
G = 1.19%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB0481 (or 0xCB0481) is known color: Medium Violet Red. HEX triplet: CB, 04 and 81. RGB value is (203,4,129). Sum of RGB (Red+Green+Blue) = 203+4+129=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0481 is #34FB7E. Grayscale: #4D4D4D. Windows color (decimal): -3472255 or 8455371. OLE color: 8455371.

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

Color convert

RGB 203 4 129 -
CMYK 0 0.98 0.36 0.20
HSL 322.31º 0.96% 0.41% -
HSV(B) 322.31º 0.98% 0.8% -
XYZ 28.63 14.37 22.03 -
YUV 77.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 203 4 129 0 0.98 0.36 0.20 322.31 0.96 0.41
Hex CB 4 81 0 62 24 14 142 60 29
Octal 313 4 201 0 142 44 24 502 140 51
Binary 11001011 100 10000001 0 1100010 100100 10100 101000010 1100000 101001

Color Harmonies of #CB0481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0481

Black with #CB0481

Text Example


Text Example

White with #CB0481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0481; }

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

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

background-color css

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

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

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

border-color css

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

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

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