Html Css Color HEX #3C2C53 Cherry Pie

📋 copy color: '#3C2C53'

red 60 ◦ green 44 ◦ blue 83

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

Shades of Cherry Pie #3C2C53

Tints of Cherry Pie #3C2C53

RGB

 RED value IS 60 (23.83% from 255) = 32.09%

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

 BLUE value IS 83 (32.81% from 255) = 44.39%

R = 32.09%
G = 23.53%
B = 44.39%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C2C53 (or 0x3C2C53) is known color: Cherry Pie. HEX triplet: 3C, 2C and 53. RGB value is (60,44,83). Sum of RGB (Red+Green+Blue) = 60+44+83=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C2C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2C53 is #C3D3AC. Grayscale: #353535. Windows color (decimal): -12833709 or 5450812. OLE color: 5450812.

HSL color Cylindrical-coordinate representation of color #3C2C53: hue angle of 264.62º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C2C53 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 44 83 -
CMYK 0.28 0.47 0 0.67
HSL 264.62º 0.31% 0.25% -
HSV(B) 264.62º 0.47% 0.33% -
XYZ 4.33 3.39 8.61 -
YUV 53.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 60 44 83 0.28 0.47 0 0.67 264.62 0.31 0.25
Hex 3C 2C 53 1C 2F 0 43 109 1F 19
Octal 74 54 123 34 57 0 103 411 37 31
Binary 111100 101100 1010011 11100 101111 0 1000011 100001001 11111 11001

Color Harmonies of #3C2C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2C53

Black with #3C2C53

Text Example


Text Example

White with #3C2C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C2C53; }

 p { color: rgb(60,44,83); }

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

background-color css

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

 a { background-color: rgb(60,44,83); }

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

border-color css

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

 span { border-color: rgb(60,44,83); }

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