Html Css Color HEX #CB18A6 Medium Violet Red

📋 copy color: '#CB18A6'

red 203 ◦ green 24 ◦ blue 166

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

Shades of Medium Violet Red #CB18A6

Tints of Medium Violet Red #CB18A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.24%

R = 51.65%
G = 6.11%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CB18A6 (or 0xCB18A6) is known color: Medium Violet Red. HEX triplet: CB, 18 and A6. RGB value is (203,24,166). Sum of RGB (Red+Green+Blue) = 203+24+166=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB18A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB18A6 is #34E759. Grayscale: #5D5D5D. Windows color (decimal): -3467098 or 10885323. OLE color: 10885323.

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

Color convert

RGB 203 24 166 -
CMYK 0 0.88 0.18 0.20
HSL 312.4º 0.79% 0.45% -
HSV(B) 312.4º 0.88% 0.8% -
XYZ 31.84 16.1 37.51 -
YUV 93.71 168.8 205.95 -
System Red Green Blue C M Y K H S L
Decimal 203 24 166 0 0.88 0.18 0.20 312.4 0.79 0.45
Hex CB 18 A6 0 58 12 14 138 4F 2D
Octal 313 30 246 0 130 22 24 470 117 55
Binary 11001011 11000 10100110 0 1011000 10010 10100 100111000 1001111 101101

Color Harmonies of #CB18A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB18A6

Black with #CB18A6

Text Example


Text Example

White with #CB18A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB18A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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