Html Css Color HEX #CC0C5D Ruby

📋 copy color: '#CC0C5D'

red 204 ◦ green 12 ◦ blue 93

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

Shades of Ruby #CC0C5D

Tints of Ruby #CC0C5D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.88%

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 66.02%
G = 3.88%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC0C5D (or 0xCC0C5D) is known color: Ruby. HEX triplet: CC, 0C and 5D. RGB value is (204,12,93). Sum of RGB (Red+Green+Blue) = 204+12+93=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C5D is #33F3A2. Grayscale: #4E4E4E. Windows color (decimal): -3404707 or 6098124. OLE color: 6098124.

HSL color Cylindrical-coordinate representation of color #CC0C5D: hue angle of 334.69º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C5D is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 12 93 -
CMYK 0 0.94 0.54 0.2
HSL 334.69º 0.89% 0.42% -
HSV(B) 334.69º 0.94% 0.8% -
XYZ 27.01 13.89 11.61 -
YUV 78.64 136.11 217.41 -
System Red Green Blue C M Y K H S L
Decimal 204 12 93 0 0.94 0.54 0.2 334.69 0.89 0.42
Hex CC C 5D 0 5E 36 14 14F 59 2A
Octal 314 14 135 0 136 66 24 517 131 52
Binary 11001100 1100 1011101 0 1011110 110110 10100 101001111 1011001 101010

Color Harmonies of #CC0C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C5D

Black with #CC0C5D

Text Example


Text Example

White with #CC0C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C5D; }

 p { color: rgb(204,12,93); }

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

background-color css

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

 a { background-color: rgb(204,12,93); }

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

border-color css

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

 span { border-color: rgb(204,12,93); }

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