Html Css Color HEX #CC115A Ruby

📋 copy color: '#CC115A'

red 204 ◦ green 17 ◦ blue 90

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

Shades of Ruby #CC115A

Tints of Ruby #CC115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 65.59%
G = 5.47%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC115A (or 0xCC115A) is known color: Ruby. HEX triplet: CC, 11 and 5A. RGB value is (204,17,90). Sum of RGB (Red+Green+Blue) = 204+17+90=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC115A is #33EEA5. Grayscale: #515151. Windows color (decimal): -3403430 or 5902796. OLE color: 5902796.

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

Color convert

RGB 204 17 90 -
CMYK 0 0.92 0.56 0.2
HSL 336.58º 0.85% 0.43% -
HSV(B) 336.58º 0.92% 0.8% -
XYZ 26.95 13.98 10.95 -
YUV 81.24 132.95 215.56 -
System Red Green Blue C M Y K H S L
Decimal 204 17 90 0 0.92 0.56 0.2 336.58 0.85 0.43
Hex CC 11 5A 0 5C 38 14 151 55 2B
Octal 314 21 132 0 134 70 24 521 125 53
Binary 11001100 10001 1011010 0 1011100 111000 10100 101010001 1010101 101011

Color Harmonies of #CC115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC115A

Black with #CC115A

Text Example


Text Example

White with #CC115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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