Html Css Color HEX #CC18A6 Medium Violet Red

📋 copy color: '#CC18A6'

red 204 ◦ green 24 ◦ blue 166

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

Shades of Medium Violet Red #CC18A6

Tints of Medium Violet Red #CC18A6

RGB

 RED value IS 204 (80.08% from 255) = 51.78%

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

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

R = 51.78%
G = 6.09%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC18A6 (or 0xCC18A6) is known color: Medium Violet Red. HEX triplet: CC, 18 and A6. RGB value is (204,24,166). Sum of RGB (Red+Green+Blue) = 204+24+166=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC18A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC18A6 is #33E759. Grayscale: #5D5D5D. Windows color (decimal): -3401562 or 10885324. OLE color: 10885324.

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

Color convert

RGB 204 24 166 -
CMYK 0 0.88 0.19 0.2
HSL 312.67º 0.79% 0.45% -
HSV(B) 312.67º 0.88% 0.8% -
XYZ 32.11 16.24 37.52 -
YUV 94.01 168.63 206.45 -
System Red Green Blue C M Y K H S L
Decimal 204 24 166 0 0.88 0.19 0.2 312.67 0.79 0.45
Hex CC 18 A6 0 58 13 14 139 4F 2D
Octal 314 30 246 0 130 23 24 471 117 55
Binary 11001100 11000 10100110 0 1011000 10011 10100 100111001 1001111 101101

Color Harmonies of #CC18A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18A6

Black with #CC18A6

Text Example


Text Example

White with #CC18A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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