Html Css Color HEX #C82D5F Cerise

📋 copy color: '#C82D5F'

red 200 ◦ green 45 ◦ blue 95

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

Shades of Cerise #C82D5F

Tints of Cerise #C82D5F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.24%

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

R = 58.82%
G = 13.24%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C82D5F (or 0xC82D5F) is known color: Cerise. HEX triplet: C8, 2D and 5F. RGB value is (200,45,95). Sum of RGB (Red+Green+Blue) = 200+45+95=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82D5F is #37D2A0. Grayscale: #616161. Windows color (decimal): -3658401 or 6237640. OLE color: 6237640.

HSL color Cylindrical-coordinate representation of color #C82D5F: hue angle of 340.65º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82D5F is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 45 95 -
CMYK 0 0.78 0.52 0.22
HSL 340.65º 0.63% 0.48% -
HSV(B) 340.65º 0.78% 0.78% -
XYZ 26.82 14.98 12.3 -
YUV 97.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 200 45 95 0 0.78 0.52 0.22 340.65 0.63 0.48
Hex C8 2D 5F 0 4E 34 16 155 3F 30
Octal 310 55 137 0 116 64 26 525 77 60
Binary 11001000 101101 1011111 0 1001110 110100 10110 101010101 111111 110000

Color Harmonies of #C82D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D5F

Black with #C82D5F

Text Example


Text Example

White with #C82D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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