Html Css Color HEX #CB18AA Medium Violet Red

📋 copy color: '#CB18AA'

red 203 ◦ green 24 ◦ blue 170

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

Shades of Medium Violet Red #CB18AA

Tints of Medium Violet Red #CB18AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.05%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 51.13%
G = 6.05%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB18AA (or 0xCB18AA) is known color: Medium Violet Red. HEX triplet: CB, 18 and AA. RGB value is (203,24,170). Sum of RGB (Red+Green+Blue) = 203+24+170=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB18AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB18AA is #34E755. Grayscale: #5D5D5D. Windows color (decimal): -3467094 or 11147467. OLE color: 11147467.

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

Color convert

RGB 203 24 170 -
CMYK 0 0.88 0.16 0.20
HSL 311.06º 0.79% 0.45% -
HSV(B) 311.06º 0.88% 0.8% -
XYZ 32.21 16.25 39.47 -
YUV 94.17 170.8 205.63 -
System Red Green Blue C M Y K H S L
Decimal 203 24 170 0 0.88 0.16 0.20 311.06 0.79 0.45
Hex CB 18 AA 0 58 10 14 137 4F 2D
Octal 313 30 252 0 130 20 24 467 117 55
Binary 11001011 11000 10101010 0 1011000 10000 10100 100110111 1001111 101101

Color Harmonies of #CB18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB18AA

Black with #CB18AA

Text Example


Text Example

White with #CB18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB18AA; }

 p { color: rgb(203,24,170); }

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

background-color css

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

 a { background-color: rgb(203,24,170); }

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

border-color css

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

 span { border-color: rgb(203,24,170); }

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