Html Css Color HEX #C30F4E Cardinal

📋 copy color: '#C30F4E'

red 195 ◦ green 15 ◦ blue 78

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

Shades of Cardinal #C30F4E

Tints of Cardinal #C30F4E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.21%

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

R = 67.71%
G = 5.21%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C30F4E (or 0xC30F4E) is known color: Cardinal. HEX triplet: C3, 0F and 4E. RGB value is (195,15,78). Sum of RGB (Red+Green+Blue) = 195+15+78=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F4E is #3CF0B1. Grayscale: #4B4B4B. Windows color (decimal): -3993778 or 5115843. OLE color: 5115843.

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

Color convert

RGB 195 15 78 -
CMYK 0 0.92 0.6 0.24
HSL 339º 0.86% 0.41% -
HSV(B) 339º 0.92% 0.76% -
XYZ 24.05 12.49 8.35 -
YUV 76 129.13 212.88 -
System Red Green Blue C M Y K H S L
Decimal 195 15 78 0 0.92 0.6 0.24 339 0.86 0.41
Hex C3 F 4E 0 5C 3C 18 153 56 29
Octal 303 17 116 0 134 74 30 523 126 51
Binary 11000011 1111 1001110 0 1011100 111100 11000 101010011 1010110 101001

Color Harmonies of #C30F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F4E

Black with #C30F4E

Text Example


Text Example

White with #C30F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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