Html Css Color HEX #C41050 Cardinal

📋 copy color: '#C41050'

red 196 ◦ green 16 ◦ blue 80

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

Shades of Cardinal #C41050

Tints of Cardinal #C41050

RGB

 RED value IS 196 (76.95% from 255) = 67.12%

 GREEN value IS 16 (6.64% from 255) = 5.48%

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 67.12%
G = 5.48%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C41050 (or 0xC41050) is known color: Cardinal. HEX triplet: C4, 10 and 50. RGB value is (196,16,80). Sum of RGB (Red+Green+Blue) = 196+16+80=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C41050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41050 is #3BEFAF. Grayscale: #4D4D4D. Windows color (decimal): -3927984 or 5247172. OLE color: 5247172.

HSL color Cylindrical-coordinate representation of color #C41050: hue angle of 338.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41050 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 16 80 -
CMYK 0 0.92 0.59 0.23
HSL 338.67º 0.85% 0.42% -
HSV(B) 338.67º 0.92% 0.77% -
XYZ 24.4 12.69 8.75 -
YUV 77.12 129.63 212.8 -
System Red Green Blue C M Y K H S L
Decimal 196 16 80 0 0.92 0.59 0.23 338.67 0.85 0.42
Hex C4 10 50 0 5C 3B 17 153 55 2A
Octal 304 20 120 0 134 73 27 523 125 52
Binary 11000100 10000 1010000 0 1011100 111011 10111 101010011 1010101 101010

Color Harmonies of #C41050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41050

Black with #C41050

Text Example


Text Example

White with #C41050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41050; }

 p { color: rgb(196,16,80); }

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

background-color css

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

 a { background-color: rgb(196,16,80); }

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

border-color css

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

 span { border-color: rgb(196,16,80); }

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