Html Css Color HEX #CB00A2 Medium Violet Red

📋 copy color: '#CB00A2'

red 203 ◦ green 0 ◦ blue 162

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

Shades of Medium Violet Red #CB00A2

Tints of Medium Violet Red #CB00A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.38%

R = 55.62%
G = 0%
B = 44.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CB00A2 (or 0xCB00A2) is known color: Medium Violet Red. HEX triplet: CB, 00 and A2. RGB value is (203,0,162). Sum of RGB (Red+Green+Blue) = 203+0+162=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB00A2 is #34FF5D. Grayscale: #4E4E4E. Windows color (decimal): -3473246 or 10617035. OLE color: 10617035.

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

Color convert

RGB 203 0 162 -
CMYK 0 1 0.20 0.20
HSL 312.12º 1% 0.4% -
HSV(B) 312.12º 1% 0.8% -
XYZ 31.15 15.31 35.49 -
YUV 79.17 174.75 216.33 -
System Red Green Blue C M Y K H S L
Decimal 203 0 162 0 1 0.20 0.20 312.12 1 0.4
Hex CB 0 A2 0 64 14 14 138 64 28
Octal 313 0 242 0 144 24 24 470 144 50
Binary 11001011 0 10100010 0 1100100 10100 10100 100111000 1100100 101000

Color Harmonies of #CB00A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00A2

Black with #CB00A2

Text Example


Text Example

White with #CB00A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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