Html Css Color HEX #C0124E Cardinal

📋 copy color: '#C0124E'

red 192 ◦ green 18 ◦ blue 78

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

Shades of Cardinal #C0124E

Tints of Cardinal #C0124E

RGB

 RED value IS 192 (75.39% from 255) = 66.67%

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

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

R = 66.67%
G = 6.25%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0124E (or 0xC0124E) is known color: Cardinal. HEX triplet: C0, 12 and 4E. RGB value is (192,18,78). Sum of RGB (Red+Green+Blue) = 192+18+78=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0124E is #3FEDB1. Grayscale: #4C4C4C. Windows color (decimal): -4189618 or 5116608. OLE color: 5116608.

HSL color Cylindrical-coordinate representation of color #C0124E: hue angle of 339.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0124E is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 78 -
CMYK 0 0.91 0.59 0.25
HSL 339.31º 0.83% 0.41% -
HSV(B) 339.31º 0.91% 0.75% -
XYZ 23.33 12.19 8.33 -
YUV 76.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 192 18 78 0 0.91 0.59 0.25 339.31 0.83 0.41
Hex C0 12 4E 0 5B 3B 19 153 53 29
Octal 300 22 116 0 133 73 31 523 123 51
Binary 11000000 10010 1001110 0 1011011 111011 11001 101010011 1010011 101001

Color Harmonies of #C0124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0124E

Black with #C0124E

Text Example


Text Example

White with #C0124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0124E; }

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

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

background-color css

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

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

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

border-color css

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

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

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