Html Css Color HEX #C3316A Cerise

📋 copy color: '#C3316A'

red 195 ◦ green 49 ◦ blue 106

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

Shades of Cerise #C3316A

Tints of Cerise #C3316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 55.71%
G = 14%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3316A (or 0xC3316A) is known color: Cerise. HEX triplet: C3, 31 and 6A. RGB value is (195,49,106). Sum of RGB (Red+Green+Blue) = 195+49+106=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C3316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3316A is #3CCE95. Grayscale: #636363. Windows color (decimal): -3985046 or 6959555. OLE color: 6959555.

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

Color convert

RGB 195 49 106 -
CMYK 0 0.75 0.46 0.24
HSL 336.58º 0.6% 0.48% -
HSV(B) 336.58º 0.75% 0.76% -
XYZ 26.21 14.84 15.12 -
YUV 99.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 195 49 106 0 0.75 0.46 0.24 336.58 0.6 0.48
Hex C3 31 6A 0 4B 2E 18 151 3C 30
Octal 303 61 152 0 113 56 30 521 74 60
Binary 11000011 110001 1101010 0 1001011 101110 11000 101010001 111100 110000

Color Harmonies of #C3316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3316A

Black with #C3316A

Text Example


Text Example

White with #C3316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3316A; }

 p { color: rgb(195,49,106); }

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

background-color css

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

 a { background-color: rgb(195,49,106); }

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

border-color css

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

 span { border-color: rgb(195,49,106); }

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