Html Css Color HEX #CC115C Ruby

📋 copy color: '#CC115C'

red 204 ◦ green 17 ◦ blue 92

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

Shades of Ruby #CC115C

Tints of Ruby #CC115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 65.18%
G = 5.43%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC115C (or 0xCC115C) is known color: Ruby. HEX triplet: CC, 11 and 5C. RGB value is (204,17,92). Sum of RGB (Red+Green+Blue) = 204+17+92=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC115C is #33EEA3. Grayscale: #515151. Windows color (decimal): -3403428 or 6033868. OLE color: 6033868.

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

Color convert

RGB 204 17 92 -
CMYK 0 0.92 0.55 0.2
HSL 335.94º 0.85% 0.43% -
HSV(B) 335.94º 0.92% 0.8% -
XYZ 27.03 14.01 11.4 -
YUV 81.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 204 17 92 0 0.92 0.55 0.2 335.94 0.85 0.43
Hex CC 11 5C 0 5C 37 14 150 55 2B
Octal 314 21 134 0 134 67 24 520 125 53
Binary 11001100 10001 1011100 0 1011100 110111 10100 101010000 1010101 101011

Color Harmonies of #CC115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC115C

Black with #CC115C

Text Example


Text Example

White with #CC115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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