Html Css Color HEX #CC145F Ruby

📋 copy color: '#CC145F'

red 204 ◦ green 20 ◦ blue 95

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

Shades of Ruby #CC145F

Tints of Ruby #CC145F

RGB

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

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

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

R = 63.95%
G = 6.27%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC145F (or 0xCC145F) is known color: Ruby. HEX triplet: CC, 14 and 5F. RGB value is (204,20,95). Sum of RGB (Red+Green+Blue) = 204+20+95=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC145F is #33EBA0. Grayscale: #535353. Windows color (decimal): -3402657 or 6231244. OLE color: 6231244.

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

Color convert

RGB 204 20 95 -
CMYK 0 0.90 0.53 0.2
HSL 335.54º 0.82% 0.44% -
HSV(B) 335.54º 0.9% 0.8% -
XYZ 27.22 14.16 12.13 -
YUV 83.57 134.46 213.9 -
System Red Green Blue C M Y K H S L
Decimal 204 20 95 0 0.90 0.53 0.2 335.54 0.82 0.44
Hex CC 14 5F 0 5A 35 14 150 52 2C
Octal 314 24 137 0 132 65 24 520 122 54
Binary 11001100 10100 1011111 0 1011010 110101 10100 101010000 1010010 101100

Color Harmonies of #CC145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC145F

Black with #CC145F

Text Example


Text Example

White with #CC145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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