Html Css Color HEX #CC196C Ruby

📋 copy color: '#CC196C'

red 204 ◦ green 25 ◦ blue 108

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

Shades of Ruby #CC196C

Tints of Ruby #CC196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 60.53%
G = 7.42%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC196C (or 0xCC196C) is known color: Ruby. HEX triplet: CC, 19 and 6C. RGB value is (204,25,108). Sum of RGB (Red+Green+Blue) = 204+25+108=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC196C is #33E693. Grayscale: #575757. Windows color (decimal): -3401364 or 7084492. OLE color: 7084492.

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

Color convert

RGB 204 25 108 -
CMYK 0 0.88 0.47 0.2
HSL 332.18º 0.78% 0.45% -
HSV(B) 332.18º 0.88% 0.8% -
XYZ 27.96 14.62 15.53 -
YUV 87.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 204 25 108 0 0.88 0.47 0.2 332.18 0.78 0.45
Hex CC 19 6C 0 58 2F 14 14C 4E 2D
Octal 314 31 154 0 130 57 24 514 116 55
Binary 11001100 11001 1101100 0 1011000 101111 10100 101001100 1001110 101101

Color Harmonies of #CC196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC196C

Black with #CC196C

Text Example


Text Example

White with #CC196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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