Html Css Color HEX #C2124C Cardinal

📋 copy color: '#C2124C'

red 194 ◦ green 18 ◦ blue 76

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

Shades of Cardinal #C2124C

Tints of Cardinal #C2124C

RGB

 RED value IS 194 (76.17% from 255) = 67.36%

 GREEN value IS 18 (7.42% from 255) = 6.25%

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

R = 67.36%
G = 6.25%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2124C (or 0xC2124C) is known color: Cardinal. HEX triplet: C2, 12 and 4C. RGB value is (194,18,76). Sum of RGB (Red+Green+Blue) = 194+18+76=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2124C is #3DEDB3. Grayscale: #4D4D4D. Windows color (decimal): -4058548 or 4985538. OLE color: 4985538.

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

Color convert

RGB 194 18 76 -
CMYK 0 0.91 0.61 0.24
HSL 340.23º 0.83% 0.42% -
HSV(B) 340.23º 0.91% 0.76% -
XYZ 23.77 12.42 7.98 -
YUV 77.24 127.31 211.28 -
System Red Green Blue C M Y K H S L
Decimal 194 18 76 0 0.91 0.61 0.24 340.23 0.83 0.42
Hex C2 12 4C 0 5B 3D 18 154 53 2A
Octal 302 22 114 0 133 75 30 524 123 52
Binary 11000010 10010 1001100 0 1011011 111101 11000 101010100 1010011 101010

Color Harmonies of #C2124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2124C

Black with #C2124C

Text Example


Text Example

White with #C2124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2124C; }

 p { color: rgb(194,18,76); }

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

background-color css

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

 a { background-color: rgb(194,18,76); }

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

border-color css

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

 span { border-color: rgb(194,18,76); }

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