Html Css Color HEX #CC145E Ruby

📋 copy color: '#CC145E'

red 204 ◦ green 20 ◦ blue 94

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

Shades of Ruby #CC145E

Tints of Ruby #CC145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 64.15%
G = 6.29%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC145E (or 0xCC145E) is known color: Ruby. HEX triplet: CC, 14 and 5E. RGB value is (204,20,94). Sum of RGB (Red+Green+Blue) = 204+20+94=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC145E is #33EBA1. Grayscale: #535353. Windows color (decimal): -3402658 or 6165708. OLE color: 6165708.

HSL color Cylindrical-coordinate representation of color #CC145E: hue angle of 335.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC145E is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 94 -
CMYK 0 0.90 0.54 0.2
HSL 335.87º 0.82% 0.44% -
HSV(B) 335.87º 0.9% 0.8% -
XYZ 27.17 14.15 11.89 -
YUV 83.45 133.96 213.98 -
System Red Green Blue C M Y K H S L
Decimal 204 20 94 0 0.90 0.54 0.2 335.87 0.82 0.44
Hex CC 14 5E 0 5A 36 14 150 52 2C
Octal 314 24 136 0 132 66 24 520 122 54
Binary 11001100 10100 1011110 0 1011010 110110 10100 101010000 1010010 101100

Color Harmonies of #CC145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC145E

Black with #CC145E

Text Example


Text Example

White with #CC145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC145E; }

 p { color: rgb(204,20,94); }

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

background-color css

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

 a { background-color: rgb(204,20,94); }

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

border-color css

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

 span { border-color: rgb(204,20,94); }

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