Html Css Color HEX #CC116C Ruby

📋 copy color: '#CC116C'

red 204 ◦ green 17 ◦ blue 108

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

Shades of Ruby #CC116C

Tints of Ruby #CC116C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 62.01%
G = 5.17%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC116C (or 0xCC116C) is known color: Ruby. HEX triplet: CC, 11 and 6C. RGB value is (204,17,108). Sum of RGB (Red+Green+Blue) = 204+17+108=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC116C is #33EE93. Grayscale: #535353. Windows color (decimal): -3403412 or 7082444. OLE color: 7082444.

HSL color Cylindrical-coordinate representation of color #CC116C: hue angle of 330.8º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC116C is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 108 -
CMYK 0 0.92 0.47 0.2
HSL 330.8º 0.85% 0.43% -
HSV(B) 330.8º 0.92% 0.8% -
XYZ 27.81 14.32 15.49 -
YUV 83.29 141.95 214.1 -
System Red Green Blue C M Y K H S L
Decimal 204 17 108 0 0.92 0.47 0.2 330.8 0.85 0.43
Hex CC 11 6C 0 5C 2F 14 14B 55 2B
Octal 314 21 154 0 134 57 24 513 125 53
Binary 11001100 10001 1101100 0 1011100 101111 10100 101001011 1010101 101011

Color Harmonies of #CC116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC116C

Black with #CC116C

Text Example


Text Example

White with #CC116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC116C; }

 p { color: rgb(204,17,108); }

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

background-color css

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

 a { background-color: rgb(204,17,108); }

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

border-color css

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

 span { border-color: rgb(204,17,108); }

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