Html Css Color HEX #C4316D Cerise

📋 copy color: '#C4316D'

red 196 ◦ green 49 ◦ blue 109

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

Shades of Cerise #C4316D

Tints of Cerise #C4316D

RGB

 RED value IS 196 (76.95% from 255) = 55.37%

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

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 55.37%
G = 13.84%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4316D (or 0xC4316D) is known color: Cerise. HEX triplet: C4, 31 and 6D. RGB value is (196,49,109). Sum of RGB (Red+Green+Blue) = 196+49+109=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4316D is #3BCE92. Grayscale: #636363. Windows color (decimal): -3919507 or 7156164. OLE color: 7156164.

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

Color convert

RGB 196 49 109 -
CMYK 0 0.75 0.44 0.23
HSL 335.51º 0.6% 0.48% -
HSV(B) 335.51º 0.75% 0.77% -
XYZ 26.62 15.04 15.97 -
YUV 99.79 133.2 196.62 -
System Red Green Blue C M Y K H S L
Decimal 196 49 109 0 0.75 0.44 0.23 335.51 0.6 0.48
Hex C4 31 6D 0 4B 2C 17 150 3C 30
Octal 304 61 155 0 113 54 27 520 74 60
Binary 11000100 110001 1101101 0 1001011 101100 10111 101010000 111100 110000

Color Harmonies of #C4316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4316D

Black with #C4316D

Text Example


Text Example

White with #C4316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4316D; }

 p { color: rgb(196,49,109); }

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

background-color css

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

 a { background-color: rgb(196,49,109); }

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

border-color css

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

 span { border-color: rgb(196,49,109); }

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