Html Css Color HEX #CB0482 Medium Violet Red

📋 copy color: '#CB0482'

red 203 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #CB0482

Tints of Medium Violet Red #CB0482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.58%

R = 60.24%
G = 1.19%
B = 38.58%

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

#CB0482 (or 0xCB0482) is known color: Medium Violet Red. HEX triplet: CB, 04 and 82. RGB value is (203,4,130). Sum of RGB (Red+Green+Blue) = 203+4+130=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0482 is #34FB7D. Grayscale: #4D4D4D. Windows color (decimal): -3472254 or 8520907. OLE color: 8520907.

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

Color convert

RGB 203 4 130 -
CMYK 0 0.98 0.36 0.20
HSL 322.01º 0.96% 0.41% -
HSV(B) 322.01º 0.98% 0.8% -
XYZ 28.7 14.4 22.38 -
YUV 77.87 157.43 217.25 -
System Red Green Blue C M Y K H S L
Decimal 203 4 130 0 0.98 0.36 0.20 322.01 0.96 0.41
Hex CB 4 82 0 62 24 14 142 60 29
Octal 313 4 202 0 142 44 24 502 140 51
Binary 11001011 100 10000010 0 1100010 100100 10100 101000010 1100000 101001

Color Harmonies of #CB0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0482

Black with #CB0482

Text Example


Text Example

White with #CB0482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0482; }

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

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

background-color css

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

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

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

border-color css

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

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

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