Html Css Color HEX #CB0082 Medium Violet Red

📋 copy color: '#CB0082'

red 203 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #CB0082

Tints of Medium Violet Red #CB0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.96%
G = 0%
B = 39.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB0082 (or 0xCB0082) is known color: Medium Violet Red. HEX triplet: CB, 00 and 82. RGB value is (203,0,130). Sum of RGB (Red+Green+Blue) = 203+0+130=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0082 is #34FF7D. Grayscale: #4B4B4B. Windows color (decimal): -3473278 or 8519883. OLE color: 8519883.

HSL color Cylindrical-coordinate representation of color #CB0082: hue angle of 321.58º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0082 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 0 130 -
CMYK 0 1 0.36 0.20
HSL 321.58º 1% 0.4% -
HSV(B) 321.58º 1% 0.8% -
XYZ 28.66 14.31 22.37 -
YUV 75.52 158.75 218.93 -
System Red Green Blue C M Y K H S L
Decimal 203 0 130 0 1 0.36 0.20 321.58 1 0.4
Hex CB 0 82 0 64 24 14 142 64 28
Octal 313 0 202 0 144 44 24 502 144 50
Binary 11001011 0 10000010 0 1100100 100100 10100 101000010 1100100 101000

Color Harmonies of #CB0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0082

Black with #CB0082

Text Example


Text Example

White with #CB0082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0082; }

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

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

background-color css

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

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

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

border-color css

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

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

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