Html Css Color HEX #CB15A2 Medium Violet Red

📋 copy color: '#CB15A2'

red 203 ◦ green 21 ◦ blue 162

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

Shades of Medium Violet Red #CB15A2

Tints of Medium Violet Red #CB15A2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

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

R = 52.59%
G = 5.44%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CB15A2 (or 0xCB15A2) is known color: Medium Violet Red. HEX triplet: CB, 15 and A2. RGB value is (203,21,162). Sum of RGB (Red+Green+Blue) = 203+21+162=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB15A2 is #34EA5D. Grayscale: #5B5B5B. Windows color (decimal): -3467870 or 10622411. OLE color: 10622411.

HSL color Cylindrical-coordinate representation of color #CB15A2: hue angle of 313.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB15A2 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 162 -
CMYK 0 0.90 0.20 0.20
HSL 313.52º 0.81% 0.44% -
HSV(B) 313.52º 0.9% 0.8% -
XYZ 31.42 15.84 35.58 -
YUV 91.49 167.8 207.54 -
System Red Green Blue C M Y K H S L
Decimal 203 21 162 0 0.90 0.20 0.20 313.52 0.81 0.44
Hex CB 15 A2 0 5A 14 14 13A 51 2C
Octal 313 25 242 0 132 24 24 472 121 54
Binary 11001011 10101 10100010 0 1011010 10100 10100 100111010 1010001 101100

Color Harmonies of #CB15A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15A2

Black with #CB15A2

Text Example


Text Example

White with #CB15A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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