Html Css Color HEX #CB24AD Medium Violet Red

📋 copy color: '#CB24AD'

red 203 ◦ green 36 ◦ blue 173

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

Shades of Medium Violet Red #CB24AD

Tints of Medium Violet Red #CB24AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 49.27%
G = 8.74%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB24AD (or 0xCB24AD) is known color: Medium Violet Red. HEX triplet: CB, 24 and AD. RGB value is (203,36,173). Sum of RGB (Red+Green+Blue) = 203+36+173=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB24AD is #34DB52. Grayscale: #656565. Windows color (decimal): -3464019 or 11347147. OLE color: 11347147.

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

Color convert

RGB 203 36 173 -
CMYK 0 0.82 0.15 0.20
HSL 310.78º 0.7% 0.47% -
HSV(B) 310.78º 0.82% 0.8% -
XYZ 32.8 16.98 41.08 -
YUV 101.55 168.33 200.36 -
System Red Green Blue C M Y K H S L
Decimal 203 36 173 0 0.82 0.15 0.20 310.78 0.7 0.47
Hex CB 24 AD 0 52 F 14 137 46 2F
Octal 313 44 255 0 122 17 24 467 106 57
Binary 11001011 100100 10101101 0 1010010 1111 10100 100110111 1000110 101111

Color Harmonies of #CB24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB24AD

Black with #CB24AD

Text Example


Text Example

White with #CB24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB24AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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