Html Css Color HEX #C3316C Cerise

📋 copy color: '#C3316C'

red 195 ◦ green 49 ◦ blue 108

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

Shades of Cerise #C3316C

Tints of Cerise #C3316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 55.4%
G = 13.92%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3316C (or 0xC3316C) is known color: Cerise. HEX triplet: C3, 31 and 6C. RGB value is (195,49,108). Sum of RGB (Red+Green+Blue) = 195+49+108=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3316C is #3CCE93. Grayscale: #636363. Windows color (decimal): -3985044 or 7090627. OLE color: 7090627.

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

Color convert

RGB 195 49 108 -
CMYK 0 0.75 0.45 0.24
HSL 335.75º 0.6% 0.48% -
HSV(B) 335.75º 0.75% 0.76% -
XYZ 26.31 14.88 15.67 -
YUV 99.38 132.87 196.2 -
System Red Green Blue C M Y K H S L
Decimal 195 49 108 0 0.75 0.45 0.24 335.75 0.6 0.48
Hex C3 31 6C 0 4B 2D 18 150 3C 30
Octal 303 61 154 0 113 55 30 520 74 60
Binary 11000011 110001 1101100 0 1001011 101101 11000 101010000 111100 110000

Color Harmonies of #C3316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3316C

Black with #C3316C

Text Example


Text Example

White with #C3316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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