Html Css Color HEX #C30147 Cardinal

📋 copy color: '#C30147'

red 195 ◦ green 1 ◦ blue 71

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

Shades of Cardinal #C30147

Tints of Cardinal #C30147

RGB

 RED value IS 195 (76.56% from 255) = 73.03%

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

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

R = 73.03%
G = 0.37%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C30147 (or 0xC30147) is known color: Cardinal. HEX triplet: C3, 01 and 47. RGB value is (195,1,71). Sum of RGB (Red+Green+Blue) = 195+1+71=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C30147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30147 is #3CFEB8. Grayscale: #424242. Windows color (decimal): -3997369 or 4653507. OLE color: 4653507.

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

Color convert

RGB 195 1 71 -
CMYK 0 0.99 0.64 0.24
HSL 338.35º 0.99% 0.38% -
HSV(B) 338.35º 0.99% 0.76% -
XYZ 23.65 12.08 7.05 -
YUV 66.99 130.27 219.31 -
System Red Green Blue C M Y K H S L
Decimal 195 1 71 0 0.99 0.64 0.24 338.35 0.99 0.38
Hex C3 1 47 0 63 40 18 152 63 26
Octal 303 1 107 0 143 100 30 522 143 46
Binary 11000011 1 1000111 0 1100011 1000000 11000 101010010 1100011 100110

Color Harmonies of #C30147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30147

Black with #C30147

Text Example


Text Example

White with #C30147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30147; }

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

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

background-color css

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

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

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

border-color css

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

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

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