Html Css Color HEX #CC105F Ruby

📋 copy color: '#CC105F'

red 204 ◦ green 16 ◦ blue 95

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

Shades of Ruby #CC105F

Tints of Ruby #CC105F

RGB

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

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

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

R = 64.76%
G = 5.08%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC105F (or 0xCC105F) is known color: Ruby. HEX triplet: CC, 10 and 5F. RGB value is (204,16,95). Sum of RGB (Red+Green+Blue) = 204+16+95=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC105F is #33EFA0. Grayscale: #515151. Windows color (decimal): -3403681 or 6230220. OLE color: 6230220.

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

Color convert

RGB 204 16 95 -
CMYK 0 0.92 0.53 0.2
HSL 334.79º 0.85% 0.43% -
HSV(B) 334.79º 0.92% 0.8% -
XYZ 27.15 14.03 12.1 -
YUV 81.22 135.78 215.58 -
System Red Green Blue C M Y K H S L
Decimal 204 16 95 0 0.92 0.53 0.2 334.79 0.85 0.43
Hex CC 10 5F 0 5C 35 14 14F 55 2B
Octal 314 20 137 0 134 65 24 517 125 53
Binary 11001100 10000 1011111 0 1011100 110101 10100 101001111 1010101 101011

Color Harmonies of #CC105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC105F

Black with #CC105F

Text Example


Text Example

White with #CC105F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC105F; }

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

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

background-color css

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

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

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

border-color css

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

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

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