Html Css Color HEX #CC1D64 Ruby

📋 copy color: '#CC1D64'

red 204 ◦ green 29 ◦ blue 100

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

Shades of Ruby #CC1D64

Tints of Ruby #CC1D64

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.71%

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 61.26%
G = 8.71%
B = 30.03%

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

#CC1D64 (or 0xCC1D64) is known color: Ruby. HEX triplet: CC, 1D and 64. RGB value is (204,29,100). Sum of RGB (Red+Green+Blue) = 204+29+100=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1D64 is #33E29B. Grayscale: #595959. Windows color (decimal): -3400348 or 6561228. OLE color: 6561228.

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

Color convert

RGB 204 29 100 -
CMYK 0 0.86 0.51 0.2
HSL 335.66º 0.75% 0.46% -
HSV(B) 335.66º 0.86% 0.8% -
XYZ 27.64 14.64 13.42 -
YUV 89.42 133.98 209.73 -
System Red Green Blue C M Y K H S L
Decimal 204 29 100 0 0.86 0.51 0.2 335.66 0.75 0.46
Hex CC 1D 64 0 56 33 14 150 4B 2E
Octal 314 35 144 0 126 63 24 520 113 56
Binary 11001100 11101 1100100 0 1010110 110011 10100 101010000 1001011 101110

Color Harmonies of #CC1D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D64

Black with #CC1D64

Text Example


Text Example

White with #CC1D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D64; }

 p { color: rgb(204,29,100); }

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

background-color css

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

 a { background-color: rgb(204,29,100); }

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

border-color css

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

 span { border-color: rgb(204,29,100); }

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