Html Css Color HEX #C10148 Cardinal

📋 copy color: '#C10148'

red 193 ◦ green 1 ◦ blue 72

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

Shades of Cardinal #C10148

Tints of Cardinal #C10148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 72.56%
G = 0.38%
B = 27.07%

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

#C10148 (or 0xC10148) is known color: Cardinal. HEX triplet: C1, 01 and 48. RGB value is (193,1,72). Sum of RGB (Red+Green+Blue) = 193+1+72=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C10148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10148 is #3EFEB7. Grayscale: #424242. Windows color (decimal): -4128440 or 4719041. OLE color: 4719041.

HSL color Cylindrical-coordinate representation of color #C10148: hue angle of 337.81º 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 #C10148 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 72 -
CMYK 0 0.99 0.63 0.24
HSL 337.81º 0.99% 0.38% -
HSV(B) 337.81º 0.99% 0.76% -
XYZ 23.17 11.83 7.19 -
YUV 66.5 131.11 218.23 -
System Red Green Blue C M Y K H S L
Decimal 193 1 72 0 0.99 0.63 0.24 337.81 0.99 0.38
Hex C1 1 48 0 63 3F 18 152 63 26
Octal 301 1 110 0 143 77 30 522 143 46
Binary 11000001 1 1001000 0 1100011 111111 11000 101010010 1100011 100110

Color Harmonies of #C10148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10148

Black with #C10148

Text Example


Text Example

White with #C10148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10148; }

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

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

background-color css

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

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

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

border-color css

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

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

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