Html Css Color HEX #C30A4E Cardinal

📋 copy color: '#C30A4E'

red 195 ◦ green 10 ◦ blue 78

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

Shades of Cardinal #C30A4E

Tints of Cardinal #C30A4E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.53%

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

R = 68.9%
G = 3.53%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C30A4E (or 0xC30A4E) is known color: Cardinal. HEX triplet: C3, 0A and 4E. RGB value is (195,10,78). Sum of RGB (Red+Green+Blue) = 195+10+78=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30A4E is #3CF5B1. Grayscale: #484848. Windows color (decimal): -3995058 or 5114563. OLE color: 5114563.

HSL color Cylindrical-coordinate representation of color #C30A4E: hue angle of 337.95º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A4E is Cyan = 0, Magento = 0.95, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 10 78 -
CMYK 0 0.95 0.6 0.24
HSL 337.95º 0.9% 0.4% -
HSV(B) 337.95º 0.95% 0.76% -
XYZ 23.99 12.37 8.33 -
YUV 73.07 130.79 214.97 -
System Red Green Blue C M Y K H S L
Decimal 195 10 78 0 0.95 0.6 0.24 337.95 0.9 0.4
Hex C3 A 4E 0 5F 3C 18 152 5A 28
Octal 303 12 116 0 137 74 30 522 132 50
Binary 11000011 1010 1001110 0 1011111 111100 11000 101010010 1011010 101000

Color Harmonies of #C30A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A4E

Black with #C30A4E

Text Example


Text Example

White with #C30A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A4E; }

 p { color: rgb(195,10,78); }

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

background-color css

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

 a { background-color: rgb(195,10,78); }

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

border-color css

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

 span { border-color: rgb(195,10,78); }

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