Html Css Color HEX #C1044C Cardinal

📋 copy color: '#C1044C'

red 193 ◦ green 4 ◦ blue 76

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

Shades of Cardinal #C1044C

Tints of Cardinal #C1044C

RGB

 RED value IS 193 (75.78% from 255) = 70.7%

 GREEN value IS 4 (1.95% from 255) = 1.47%

 BLUE value IS 76 (30.08% from 255) = 27.84%

R = 70.7%
G = 1.47%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1044C (or 0xC1044C) is known color: Cardinal. HEX triplet: C1, 04 and 4C. RGB value is (193,4,76). Sum of RGB (Red+Green+Blue) = 193+4+76=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C1044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1044C is #3EFBB3. Grayscale: #444444. Windows color (decimal): -4127668 or 4981953. OLE color: 4981953.

HSL color Cylindrical-coordinate representation of color #C1044C: hue angle of 337.14º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1044C is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 4 76 -
CMYK 0 0.98 0.61 0.24
HSL 337.14º 0.96% 0.39% -
HSV(B) 337.14º 0.98% 0.76% -
XYZ 23.34 11.95 7.91 -
YUV 68.72 132.12 216.65 -
System Red Green Blue C M Y K H S L
Decimal 193 4 76 0 0.98 0.61 0.24 337.14 0.96 0.39
Hex C1 4 4C 0 62 3D 18 151 60 27
Octal 301 4 114 0 142 75 30 521 140 47
Binary 11000001 100 1001100 0 1100010 111101 11000 101010001 1100000 100111

Color Harmonies of #C1044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1044C

Black with #C1044C

Text Example


Text Example

White with #C1044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1044C; }

 p { color: rgb(193,4,76); }

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

background-color css

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

 a { background-color: rgb(193,4,76); }

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

border-color css

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

 span { border-color: rgb(193,4,76); }

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