Html Css Color HEX #CC115F Ruby

📋 copy color: '#CC115F'

red 204 ◦ green 17 ◦ blue 95

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

Shades of Ruby #CC115F

Tints of Ruby #CC115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 64.56%
G = 5.38%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC115F (or 0xCC115F) is known color: Ruby. HEX triplet: CC, 11 and 5F. RGB value is (204,17,95). Sum of RGB (Red+Green+Blue) = 204+17+95=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC115F is #33EEA0. Grayscale: #515151. Windows color (decimal): -3403425 or 6230476. OLE color: 6230476.

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

Color convert

RGB 204 17 95 -
CMYK 0 0.92 0.53 0.2
HSL 334.97º 0.85% 0.43% -
HSV(B) 334.97º 0.92% 0.8% -
XYZ 27.17 14.06 12.11 -
YUV 81.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 204 17 95 0 0.92 0.53 0.2 334.97 0.85 0.43
Hex CC 11 5F 0 5C 35 14 14F 55 2B
Octal 314 21 137 0 134 65 24 517 125 53
Binary 11001100 10001 1011111 0 1011100 110101 10100 101001111 1010101 101011

Color Harmonies of #CC115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC115F

Black with #CC115F

Text Example


Text Example

White with #CC115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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