Html Css Color HEX #CC194F Cardinal

📋 copy color: '#CC194F'

red 204 ◦ green 25 ◦ blue 79

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

Shades of Cardinal #CC194F

Tints of Cardinal #CC194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.65%

R = 66.23%
G = 8.12%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC194F (or 0xCC194F) is known color: Cardinal. HEX triplet: CC, 19 and 4F. RGB value is (204,25,79). Sum of RGB (Red+Green+Blue) = 204+25+79=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC194F is #33E6B0. Grayscale: #545454. Windows color (decimal): -3401393 or 5183948. OLE color: 5183948.

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

Color convert

RGB 204 25 79 -
CMYK 0 0.88 0.61 0.2
HSL 341.9º 0.78% 0.45% -
HSV(B) 341.9º 0.88% 0.8% -
XYZ 26.66 14.1 8.71 -
YUV 84.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 204 25 79 0 0.88 0.61 0.2 341.9 0.78 0.45
Hex CC 19 4F 0 58 3D 14 156 4E 2D
Octal 314 31 117 0 130 75 24 526 116 55
Binary 11001100 11001 1001111 0 1011000 111101 10100 101010110 1001110 101101

Color Harmonies of #CC194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC194F

Black with #CC194F

Text Example


Text Example

White with #CC194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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