Html Css Color HEX #CC046A Ruby

📋 copy color: '#CC046A'

red 204 ◦ green 4 ◦ blue 106

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

Shades of Ruby #CC046A

Tints of Ruby #CC046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 64.97%
G = 1.27%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC046A (or 0xCC046A) is known color: Ruby. HEX triplet: CC, 04 and 6A. RGB value is (204,4,106). Sum of RGB (Red+Green+Blue) = 204+4+106=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC046A is #33FB95. Grayscale: #4B4B4B. Windows color (decimal): -3406742 or 6948044. OLE color: 6948044.

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

Color convert

RGB 204 4 106 -
CMYK 0 0.98 0.48 0.2
HSL 329.4º 0.96% 0.41% -
HSV(B) 329.4º 0.98% 0.8% -
XYZ 27.55 13.96 14.88 -
YUV 75.43 145.26 219.71 -
System Red Green Blue C M Y K H S L
Decimal 204 4 106 0 0.98 0.48 0.2 329.4 0.96 0.41
Hex CC 4 6A 0 62 30 14 149 60 29
Octal 314 4 152 0 142 60 24 511 140 51
Binary 11001100 100 1101010 0 1100010 110000 10100 101001001 1100000 101001

Color Harmonies of #CC046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC046A

Black with #CC046A

Text Example


Text Example

White with #CC046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC046A; }

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

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

background-color css

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

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

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

border-color css

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

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

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