Html Css Color HEX #CC1C63 Ruby

📋 copy color: '#CC1C63'

red 204 ◦ green 28 ◦ blue 99

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

Shades of Ruby #CC1C63

Tints of Ruby #CC1C63

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.46%

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 61.63%
G = 8.46%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC1C63 (or 0xCC1C63) is known color: Ruby. HEX triplet: CC, 1C and 63. RGB value is (204,28,99). Sum of RGB (Red+Green+Blue) = 204+28+99=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C63 is #33E39C. Grayscale: #585858. Windows color (decimal): -3400605 or 6495436. OLE color: 6495436.

HSL color Cylindrical-coordinate representation of color #CC1C63: hue angle of 335.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C63 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 28 99 -
CMYK 0 0.86 0.51 0.2
HSL 335.8º 0.76% 0.45% -
HSV(B) 335.8º 0.86% 0.8% -
XYZ 27.57 14.57 13.16 -
YUV 88.72 133.81 210.23 -
System Red Green Blue C M Y K H S L
Decimal 204 28 99 0 0.86 0.51 0.2 335.8 0.76 0.45
Hex CC 1C 63 0 56 33 14 150 4C 2D
Octal 314 34 143 0 126 63 24 520 114 55
Binary 11001100 11100 1100011 0 1010110 110011 10100 101010000 1001100 101101

Color Harmonies of #CC1C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C63

Black with #CC1C63

Text Example


Text Example

White with #CC1C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C63; }

 p { color: rgb(204,28,99); }

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

background-color css

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

 a { background-color: rgb(204,28,99); }

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

border-color css

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

 span { border-color: rgb(204,28,99); }

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