Html Css Color HEX #CC045C Ruby

📋 copy color: '#CC045C'

red 204 ◦ green 4 ◦ blue 92

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

Shades of Ruby #CC045C

Tints of Ruby #CC045C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 68%
G = 1.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC045C (or 0xCC045C) is known color: Ruby. HEX triplet: CC, 04 and 5C. RGB value is (204,4,92). Sum of RGB (Red+Green+Blue) = 204+4+92=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC045C is #33FBA3. Grayscale: #494949. Windows color (decimal): -3406756 or 6030540. OLE color: 6030540.

HSL color Cylindrical-coordinate representation of color #CC045C: hue angle of 333.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC045C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 4 92 -
CMYK 0 0.98 0.55 0.2
HSL 333.6º 0.96% 0.41% -
HSV(B) 333.6º 0.98% 0.8% -
XYZ 26.88 13.7 11.35 -
YUV 73.83 138.26 220.84 -
System Red Green Blue C M Y K H S L
Decimal 204 4 92 0 0.98 0.55 0.2 333.6 0.96 0.41
Hex CC 4 5C 0 62 37 14 14E 60 29
Octal 314 4 134 0 142 67 24 516 140 51
Binary 11001100 100 1011100 0 1100010 110111 10100 101001110 1100000 101001

Color Harmonies of #CC045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC045C

Black with #CC045C

Text Example


Text Example

White with #CC045C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC045C; }

 p { color: rgb(204,4,92); }

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

background-color css

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

 a { background-color: rgb(204,4,92); }

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

border-color css

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

 span { border-color: rgb(204,4,92); }

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