Html Css Color HEX #C9124E Cardinal

📋 copy color: '#C9124E'

red 201 ◦ green 18 ◦ blue 78

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

Shades of Cardinal #C9124E

Tints of Cardinal #C9124E

RGB

 RED value IS 201 (78.91% from 255) = 67.68%

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

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

R = 67.68%
G = 6.06%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9124E (or 0xC9124E) is known color: Cardinal. HEX triplet: C9, 12 and 4E. RGB value is (201,18,78). Sum of RGB (Red+Green+Blue) = 201+18+78=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9124E is #36EDB1. Grayscale: #4F4F4F. Windows color (decimal): -3599794 or 5116617. OLE color: 5116617.

HSL color Cylindrical-coordinate representation of color #C9124E: hue angle of 340.33º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9124E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 18 78 -
CMYK 0 0.91 0.61 0.21
HSL 340.33º 0.84% 0.43% -
HSV(B) 340.33º 0.91% 0.79% -
XYZ 25.68 13.4 8.44 -
YUV 79.56 127.13 214.62 -
System Red Green Blue C M Y K H S L
Decimal 201 18 78 0 0.91 0.61 0.21 340.33 0.84 0.43
Hex C9 12 4E 0 5B 3D 15 154 54 2B
Octal 311 22 116 0 133 75 25 524 124 53
Binary 11001001 10010 1001110 0 1011011 111101 10101 101010100 1010100 101011

Color Harmonies of #C9124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9124E

Black with #C9124E

Text Example


Text Example

White with #C9124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9124E; }

 p { color: rgb(201,18,78); }

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

background-color css

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

 a { background-color: rgb(201,18,78); }

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

border-color css

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

 span { border-color: rgb(201,18,78); }

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