Html Css Color HEX #C8315F Cerise

📋 copy color: '#C8315F'

red 200 ◦ green 49 ◦ blue 95

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

Shades of Cerise #C8315F

Tints of Cerise #C8315F

RGB

 RED value IS 200 (78.52% from 255) = 58.14%

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

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 58.14%
G = 14.24%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8315F (or 0xC8315F) is known color: Cerise. HEX triplet: C8, 31 and 5F. RGB value is (200,49,95). Sum of RGB (Red+Green+Blue) = 200+49+95=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8315F is #37CEA0. Grayscale: #636363. Windows color (decimal): -3657377 or 6238664. OLE color: 6238664.

HSL color Cylindrical-coordinate representation of color #C8315F: hue angle of 341.72º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8315F is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 95 -
CMYK 0 0.76 0.52 0.22
HSL 341.72º 0.61% 0.49% -
HSV(B) 341.72º 0.76% 0.78% -
XYZ 26.98 15.3 12.36 -
YUV 99.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 200 49 95 0 0.76 0.52 0.22 341.72 0.61 0.49
Hex C8 31 5F 0 4C 34 16 156 3D 31
Octal 310 61 137 0 114 64 26 526 75 61
Binary 11001000 110001 1011111 0 1001100 110100 10110 101010110 111101 110001

Color Harmonies of #C8315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8315F

Black with #C8315F

Text Example


Text Example

White with #C8315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8315F; }

 p { color: rgb(200,49,95); }

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

background-color css

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

 a { background-color: rgb(200,49,95); }

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

border-color css

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

 span { border-color: rgb(200,49,95); }

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