Html Css Color HEX #CC104E Ruby

📋 copy color: '#CC104E'

red 204 ◦ green 16 ◦ blue 78

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

Shades of Ruby #CC104E

Tints of Ruby #CC104E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

 BLUE value IS 78 (30.86% from 255) = 26.17%

R = 68.46%
G = 5.37%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC104E (or 0xCC104E) is known color: Ruby. HEX triplet: CC, 10 and 4E. RGB value is (204,16,78). Sum of RGB (Red+Green+Blue) = 204+16+78=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC104E is #33EFB1. Grayscale: #4F4F4F. Windows color (decimal): -3403698 or 5116108. OLE color: 5116108.

HSL color Cylindrical-coordinate representation of color #CC104E: hue angle of 340.21º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC104E is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 16 78 -
CMYK 0 0.92 0.62 0.2
HSL 340.21º 0.85% 0.43% -
HSV(B) 340.21º 0.92% 0.8% -
XYZ 26.46 13.76 8.47 -
YUV 79.28 127.28 216.96 -
System Red Green Blue C M Y K H S L
Decimal 204 16 78 0 0.92 0.62 0.2 340.21 0.85 0.43
Hex CC 10 4E 0 5C 3E 14 154 55 2B
Octal 314 20 116 0 134 76 24 524 125 53
Binary 11001100 10000 1001110 0 1011100 111110 10100 101010100 1010101 101011

Color Harmonies of #CC104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC104E

Black with #CC104E

Text Example


Text Example

White with #CC104E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC104E; }

 p { color: rgb(204,16,78); }

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

background-color css

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

 a { background-color: rgb(204,16,78); }

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

border-color css

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

 span { border-color: rgb(204,16,78); }

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