Html Css Color HEX #C82D70 Cerise

📋 copy color: '#C82D70'

red 200 ◦ green 45 ◦ blue 112

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

Shades of Cerise #C82D70

Tints of Cerise #C82D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.37%

R = 56.02%
G = 12.61%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C82D70 (or 0xC82D70) is known color: Cerise. HEX triplet: C8, 2D and 70. RGB value is (200,45,112). Sum of RGB (Red+Green+Blue) = 200+45+112=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82D70 is #37D28F. Grayscale: #626262. Windows color (decimal): -3658384 or 7351752. OLE color: 7351752.

HSL color Cylindrical-coordinate representation of color #C82D70: hue angle of 334.06º 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 #C82D70 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 45 112 -
CMYK 0 0.78 0.44 0.22
HSL 334.06º 0.63% 0.48% -
HSV(B) 334.06º 0.78% 0.78% -
XYZ 27.68 15.33 16.83 -
YUV 98.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 200 45 112 0 0.78 0.44 0.22 334.06 0.63 0.48
Hex C8 2D 70 0 4E 2C 16 14E 3F 30
Octal 310 55 160 0 116 54 26 516 77 60
Binary 11001000 101101 1110000 0 1001110 101100 10110 101001110 111111 110000

Color Harmonies of #C82D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D70

Black with #C82D70

Text Example


Text Example

White with #C82D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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