Html Css Color HEX #C93462 Cerise

📋 copy color: '#C93462'

red 201 ◦ green 52 ◦ blue 98

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

Shades of Cerise #C93462

Tints of Cerise #C93462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.81%

 BLUE value IS 98 (38.67% from 255) = 27.92%

R = 57.26%
G = 14.81%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C93462 (or 0xC93462) is known color: Cerise. HEX triplet: C9, 34 and 62. RGB value is (201,52,98). Sum of RGB (Red+Green+Blue) = 201+52+98=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C93462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93462 is #36CB9D. Grayscale: #656565. Windows color (decimal): -3591070 or 6436041. OLE color: 6436041.

HSL color Cylindrical-coordinate representation of color #C93462: hue angle of 341.48º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93462 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 98 -
CMYK 0 0.74 0.51 0.21
HSL 341.48º 0.59% 0.5% -
HSV(B) 341.48º 0.74% 0.79% -
XYZ 27.52 15.76 13.15 -
YUV 101.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 201 52 98 0 0.74 0.51 0.21 341.48 0.59 0.5
Hex C9 34 62 0 4A 33 15 155 3B 32
Octal 311 64 142 0 112 63 25 525 73 62
Binary 11001001 110100 1100010 0 1001010 110011 10101 101010101 111011 110010

Color Harmonies of #C93462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93462

Black with #C93462

Text Example


Text Example

White with #C93462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93462; }

 p { color: rgb(201,52,98); }

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

background-color css

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

 a { background-color: rgb(201,52,98); }

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

border-color css

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

 span { border-color: rgb(201,52,98); }

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