Html Css Color HEX #C93360 Cerise

📋 copy color: '#C93360'

red 201 ◦ green 51 ◦ blue 96

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

Shades of Cerise #C93360

Tints of Cerise #C93360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 57.76%
G = 14.66%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C93360 (or 0xC93360) is known color: Cerise. HEX triplet: C9, 33 and 60. RGB value is (201,51,96). Sum of RGB (Red+Green+Blue) = 201+51+96=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C93360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93360 is #36CC9F. Grayscale: #646464. Windows color (decimal): -3591328 or 6304713. OLE color: 6304713.

HSL color Cylindrical-coordinate representation of color #C93360: hue angle of 342º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93360 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 96 -
CMYK 0 0.75 0.52 0.21
HSL 342º 0.6% 0.49% -
HSV(B) 342º 0.75% 0.79% -
XYZ 27.38 15.63 12.64 -
YUV 100.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 201 51 96 0 0.75 0.52 0.21 342 0.6 0.49
Hex C9 33 60 0 4B 34 15 156 3C 31
Octal 311 63 140 0 113 64 25 526 74 61
Binary 11001001 110011 1100000 0 1001011 110100 10101 101010110 111100 110001

Color Harmonies of #C93360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93360

Black with #C93360

Text Example


Text Example

White with #C93360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93360; }

 p { color: rgb(201,51,96); }

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

background-color css

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

 a { background-color: rgb(201,51,96); }

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

border-color css

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

 span { border-color: rgb(201,51,96); }

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