Html Css Color HEX #CC194E Cardinal

📋 copy color: '#CC194E'

red 204 ◦ green 25 ◦ blue 78

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

Shades of Cardinal #CC194E

Tints of Cardinal #CC194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 66.45%
G = 8.14%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC194E (or 0xCC194E) is known color: Cardinal. HEX triplet: CC, 19 and 4E. RGB value is (204,25,78). Sum of RGB (Red+Green+Blue) = 204+25+78=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC194E is #33E6B1. Grayscale: #545454. Windows color (decimal): -3401394 or 5118412. OLE color: 5118412.

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

Color convert

RGB 204 25 78 -
CMYK 0 0.88 0.62 0.2
HSL 342.23º 0.78% 0.45% -
HSV(B) 342.23º 0.88% 0.8% -
XYZ 26.62 14.08 8.52 -
YUV 84.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 204 25 78 0 0.88 0.62 0.2 342.23 0.78 0.45
Hex CC 19 4E 0 58 3E 14 156 4E 2D
Octal 314 31 116 0 130 76 24 526 116 55
Binary 11001100 11001 1001110 0 1011000 111110 10100 101010110 1001110 101101

Color Harmonies of #CC194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC194E

Black with #CC194E

Text Example


Text Example

White with #CC194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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