Html Css Color HEX #C1044A Cardinal

📋 copy color: '#C1044A'

red 193 ◦ green 4 ◦ blue 74

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

Shades of Cardinal #C1044A

Tints of Cardinal #C1044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 71.22%
G = 1.48%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1044A (or 0xC1044A) is known color: Cardinal. HEX triplet: C1, 04 and 4A. RGB value is (193,4,74). Sum of RGB (Red+Green+Blue) = 193+4+74=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C1044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1044A is #3EFBB5. Grayscale: #444444. Windows color (decimal): -4127670 or 4850881. OLE color: 4850881.

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

Color convert

RGB 193 4 74 -
CMYK 0 0.98 0.62 0.24
HSL 337.78º 0.96% 0.39% -
HSV(B) 337.78º 0.98% 0.76% -
XYZ 23.27 11.92 7.55 -
YUV 68.49 131.12 216.81 -
System Red Green Blue C M Y K H S L
Decimal 193 4 74 0 0.98 0.62 0.24 337.78 0.96 0.39
Hex C1 4 4A 0 62 3E 18 152 60 27
Octal 301 4 112 0 142 76 30 522 140 47
Binary 11000001 100 1001010 0 1100010 111110 11000 101010010 1100000 100111

Color Harmonies of #C1044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1044A

Black with #C1044A

Text Example


Text Example

White with #C1044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1044A; }

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

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

background-color css

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

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

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

border-color css

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

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

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