Html Css Color HEX #C10147 Cardinal

📋 copy color: '#C10147'

red 193 ◦ green 1 ◦ blue 71

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

Shades of Cardinal #C10147

Tints of Cardinal #C10147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 71 (28.13% from 255) = 26.79%

R = 72.83%
G = 0.38%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C10147 (or 0xC10147) is known color: Cardinal. HEX triplet: C1, 01 and 47. RGB value is (193,1,71). Sum of RGB (Red+Green+Blue) = 193+1+71=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C10147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10147 is #3EFEB8. Grayscale: #424242. Windows color (decimal): -4128441 or 4653505. OLE color: 4653505.

HSL color Cylindrical-coordinate representation of color #C10147: hue angle of 338.12º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10147 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 71 -
CMYK 0 0.99 0.63 0.24
HSL 338.13º 0.99% 0.38% -
HSV(B) 338.13º 0.99% 0.76% -
XYZ 23.14 11.81 7.02 -
YUV 66.39 130.61 218.31 -
System Red Green Blue C M Y K H S L
Decimal 193 1 71 0 0.99 0.63 0.24 338.13 0.99 0.38
Hex C1 1 47 0 63 3F 18 152 63 26
Octal 301 1 107 0 143 77 30 522 143 46
Binary 11000001 1 1000111 0 1100011 111111 11000 101010010 1100011 100110

Color Harmonies of #C10147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10147

Black with #C10147

Text Example


Text Example

White with #C10147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10147; }

 p { color: rgb(193,1,71); }

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

background-color css

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

 a { background-color: rgb(193,1,71); }

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

border-color css

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

 span { border-color: rgb(193,1,71); }

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