Html Css Color HEX #C1043A Cardinal

📋 copy color: '#C1043A'

red 193 ◦ green 4 ◦ blue 58

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

Shades of Cardinal #C1043A

Tints of Cardinal #C1043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 75.69%
G = 1.57%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1043A (or 0xC1043A) is known color: Cardinal. HEX triplet: C1, 04 and 3A. RGB value is (193,4,58). Sum of RGB (Red+Green+Blue) = 193+4+58=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1043A is #3EFBC5. Grayscale: #424242. Windows color (decimal): -4127686 or 3802305. OLE color: 3802305.

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

Color convert

RGB 193 4 58 -
CMYK 0 0.98 0.70 0.24
HSL 342.86º 0.96% 0.39% -
HSV(B) 342.86º 0.98% 0.76% -
XYZ 22.8 11.73 5.07 -
YUV 66.67 123.12 218.11 -
System Red Green Blue C M Y K H S L
Decimal 193 4 58 0 0.98 0.70 0.24 342.86 0.96 0.39
Hex C1 4 3A 0 62 46 18 157 60 27
Octal 301 4 72 0 142 106 30 527 140 47
Binary 11000001 100 111010 0 1100010 1000110 11000 101010111 1100000 100111

Color Harmonies of #C1043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1043A

Black with #C1043A

Text Example


Text Example

White with #C1043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1043A; }

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

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

background-color css

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

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

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

border-color css

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

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

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