Html Css Color HEX #C92C6B Cerise

📋 copy color: '#C92C6B'

red 201 ◦ green 44 ◦ blue 107

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

Shades of Cerise #C92C6B

Tints of Cerise #C92C6B

RGB

 RED value IS 201 (78.91% from 255) = 57.1%

 GREEN value IS 44 (17.58% from 255) = 12.5%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 57.1%
G = 12.5%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C92C6B (or 0xC92C6B) is known color: Cerise. HEX triplet: C9, 2C and 6B. RGB value is (201,44,107). Sum of RGB (Red+Green+Blue) = 201+44+107=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92C6B is #36D394. Grayscale: #626262. Windows color (decimal): -3593109 or 7023817. OLE color: 7023817.

HSL color Cylindrical-coordinate representation of color #C92C6B: hue angle of 335.92º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92C6B is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 44 107 -
CMYK 0 0.78 0.47 0.21
HSL 335.92º 0.64% 0.48% -
HSV(B) 335.92º 0.78% 0.79% -
XYZ 27.64 15.28 15.4 -
YUV 98.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 201 44 107 0 0.78 0.47 0.21 335.92 0.64 0.48
Hex C9 2C 6B 0 4E 2F 15 150 40 30
Octal 311 54 153 0 116 57 25 520 100 60
Binary 11001001 101100 1101011 0 1001110 101111 10101 101010000 1000000 110000

Color Harmonies of #C92C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C6B

Black with #C92C6B

Text Example


Text Example

White with #C92C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C6B; }

 p { color: rgb(201,44,107); }

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

background-color css

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

 a { background-color: rgb(201,44,107); }

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

border-color css

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

 span { border-color: rgb(201,44,107); }

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