Html Css Color HEX #CC1964 Ruby

📋 copy color: '#CC1964'

red 204 ◦ green 25 ◦ blue 100

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

Shades of Ruby #CC1964

Tints of Ruby #CC1964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

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

R = 62.01%
G = 7.6%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC1964 (or 0xCC1964) is known color: Ruby. HEX triplet: CC, 19 and 64. RGB value is (204,25,100). Sum of RGB (Red+Green+Blue) = 204+25+100=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1964 is #33E69B. Grayscale: #565656. Windows color (decimal): -3401372 or 6560204. OLE color: 6560204.

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

Color convert

RGB 204 25 100 -
CMYK 0 0.88 0.51 0.2
HSL 334.86º 0.78% 0.45% -
HSV(B) 334.86º 0.88% 0.8% -
XYZ 27.55 14.45 13.39 -
YUV 87.07 135.3 211.4 -
System Red Green Blue C M Y K H S L
Decimal 204 25 100 0 0.88 0.51 0.2 334.86 0.78 0.45
Hex CC 19 64 0 58 33 14 14F 4E 2D
Octal 314 31 144 0 130 63 24 517 116 55
Binary 11001100 11001 1100100 0 1011000 110011 10100 101001111 1001110 101101

Color Harmonies of #CC1964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1964

Black with #CC1964

Text Example


Text Example

White with #CC1964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1964; }

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

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

background-color css

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

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

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

border-color css

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

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

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