Html Css Color HEX #C30148 Cardinal

📋 copy color: '#C30148'

red 195 ◦ green 1 ◦ blue 72

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

Shades of Cardinal #C30148

Tints of Cardinal #C30148

RGB

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

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

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

R = 72.76%
G = 0.37%
B = 26.87%

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

#C30148 (or 0xC30148) is known color: Cardinal. HEX triplet: C3, 01 and 48. RGB value is (195,1,72). Sum of RGB (Red+Green+Blue) = 195+1+72=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C30148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30148 is #3CFEB7. Grayscale: #434343. Windows color (decimal): -3997368 or 4719043. OLE color: 4719043.

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

Color convert

RGB 195 1 72 -
CMYK 0 0.99 0.63 0.24
HSL 338.04º 0.99% 0.38% -
HSV(B) 338.04º 0.99% 0.76% -
XYZ 23.69 12.09 7.22 -
YUV 67.1 130.77 219.23 -
System Red Green Blue C M Y K H S L
Decimal 195 1 72 0 0.99 0.63 0.24 338.04 0.99 0.38
Hex C3 1 48 0 63 3F 18 152 63 26
Octal 303 1 110 0 143 77 30 522 143 46
Binary 11000011 1 1001000 0 1100011 111111 11000 101010010 1100011 100110

Color Harmonies of #C30148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30148

Black with #C30148

Text Example


Text Example

White with #C30148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30148; }

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

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

background-color css

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

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

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

border-color css

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

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

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