Html Css Color HEX #CC1C6A Ruby

📋 copy color: '#CC1C6A'

red 204 ◦ green 28 ◦ blue 106

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

Shades of Ruby #CC1C6A

Tints of Ruby #CC1C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 60.36%
G = 8.28%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC1C6A (or 0xCC1C6A) is known color: Ruby. HEX triplet: CC, 1C and 6A. RGB value is (204,28,106). Sum of RGB (Red+Green+Blue) = 204+28+106=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C6A is #33E395. Grayscale: #595959. Windows color (decimal): -3400598 or 6954188. OLE color: 6954188.

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

Color convert

RGB 204 28 106 -
CMYK 0 0.86 0.48 0.2
HSL 333.41º 0.76% 0.45% -
HSV(B) 333.41º 0.86% 0.8% -
XYZ 27.92 14.71 15 -
YUV 89.52 137.31 209.66 -
System Red Green Blue C M Y K H S L
Decimal 204 28 106 0 0.86 0.48 0.2 333.41 0.76 0.45
Hex CC 1C 6A 0 56 30 14 14D 4C 2D
Octal 314 34 152 0 126 60 24 515 114 55
Binary 11001100 11100 1101010 0 1010110 110000 10100 101001101 1001100 101101

Color Harmonies of #CC1C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C6A

Black with #CC1C6A

Text Example


Text Example

White with #CC1C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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