Html Css Color HEX #CB24AB Medium Violet Red

📋 copy color: '#CB24AB'

red 203 ◦ green 36 ◦ blue 171

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

Shades of Medium Violet Red #CB24AB

Tints of Medium Violet Red #CB24AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.78%

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 49.51%
G = 8.78%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB24AB (or 0xCB24AB) is known color: Medium Violet Red. HEX triplet: CB, 24 and AB. RGB value is (203,36,171). Sum of RGB (Red+Green+Blue) = 203+36+171=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB24AB is #34DB54. Grayscale: #646464. Windows color (decimal): -3464021 or 11216075. OLE color: 11216075.

HSL color Cylindrical-coordinate representation of color #CB24AB: hue angle of 311.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB24AB is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 171 -
CMYK 0 0.82 0.16 0.20
HSL 311.5º 0.7% 0.47% -
HSV(B) 311.5º 0.82% 0.8% -
XYZ 32.61 16.9 40.07 -
YUV 101.32 167.33 200.52 -
System Red Green Blue C M Y K H S L
Decimal 203 36 171 0 0.82 0.16 0.20 311.5 0.7 0.47
Hex CB 24 AB 0 52 10 14 137 46 2F
Octal 313 44 253 0 122 20 24 467 106 57
Binary 11001011 100100 10101011 0 1010010 10000 10100 100110111 1000110 101111

Color Harmonies of #CB24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB24AB

Black with #CB24AB

Text Example


Text Example

White with #CB24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB24AB; }

 p { color: rgb(203,36,171); }

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

background-color css

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

 a { background-color: rgb(203,36,171); }

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

border-color css

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

 span { border-color: rgb(203,36,171); }

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