Html Css Color HEX #CC046B Ruby

📋 copy color: '#CC046B'

red 204 ◦ green 4 ◦ blue 107

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

Shades of Ruby #CC046B

Tints of Ruby #CC046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 64.76%
G = 1.27%
B = 33.97%

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

#CC046B (or 0xCC046B) is known color: Ruby. HEX triplet: CC, 04 and 6B. RGB value is (204,4,107). Sum of RGB (Red+Green+Blue) = 204+4+107=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC046B is #33FB94. Grayscale: #4B4B4B. Windows color (decimal): -3406741 or 7013580. OLE color: 7013580.

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

Color convert

RGB 204 4 107 -
CMYK 0 0.98 0.48 0.2
HSL 329.1º 0.96% 0.41% -
HSV(B) 329.1º 0.98% 0.8% -
XYZ 27.6 13.99 15.15 -
YUV 75.54 145.76 219.62 -
System Red Green Blue C M Y K H S L
Decimal 204 4 107 0 0.98 0.48 0.2 329.1 0.96 0.41
Hex CC 4 6B 0 62 30 14 149 60 29
Octal 314 4 153 0 142 60 24 511 140 51
Binary 11001100 100 1101011 0 1100010 110000 10100 101001001 1100000 101001

Color Harmonies of #CC046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC046B

Black with #CC046B

Text Example


Text Example

White with #CC046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC046B; }

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

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

background-color css

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

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

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

border-color css

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

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

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