Html Css Color HEX #C1134E Cardinal

📋 copy color: '#C1134E'

red 193 ◦ green 19 ◦ blue 78

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

Shades of Cardinal #C1134E

Tints of Cardinal #C1134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

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

R = 66.55%
G = 6.55%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1134E (or 0xC1134E) is known color: Cardinal. HEX triplet: C1, 13 and 4E. RGB value is (193,19,78). Sum of RGB (Red+Green+Blue) = 193+19+78=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1134E is #3EECB1. Grayscale: #4D4D4D. Windows color (decimal): -4123826 or 5116865. OLE color: 5116865.

HSL color Cylindrical-coordinate representation of color #C1134E: hue angle of 339.66º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1134E is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 78 -
CMYK 0 0.90 0.60 0.24
HSL 339.66º 0.82% 0.42% -
HSV(B) 339.66º 0.9% 0.76% -
XYZ 23.6 12.35 8.35 -
YUV 77.75 128.15 210.2 -
System Red Green Blue C M Y K H S L
Decimal 193 19 78 0 0.90 0.60 0.24 339.66 0.82 0.42
Hex C1 13 4E 0 5A 3C 18 154 52 2A
Octal 301 23 116 0 132 74 30 524 122 52
Binary 11000001 10011 1001110 0 1011010 111100 11000 101010100 1010010 101010

Color Harmonies of #C1134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1134E

Black with #C1134E

Text Example


Text Example

White with #C1134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1134E; }

 p { color: rgb(193,19,78); }

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

background-color css

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

 a { background-color: rgb(193,19,78); }

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

border-color css

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

 span { border-color: rgb(193,19,78); }

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