Html Css Color HEX #CC368F Deep Cerise

📋 copy color: '#CC368F'

red 204 ◦ green 54 ◦ blue 143

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

Shades of Deep Cerise #CC368F

Tints of Deep Cerise #CC368F

RGB

 RED value IS 204 (80.08% from 255) = 50.87%

 GREEN value IS 54 (21.48% from 255) = 13.47%

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 50.87%
G = 13.47%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC368F (or 0xCC368F) is known color: Deep Cerise. HEX triplet: CC, 36 and 8F. RGB value is (204,54,143). Sum of RGB (Red+Green+Blue) = 204+54+143=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC368F is #33C970. Grayscale: #6C6C6C. Windows color (decimal): -3393905 or 9385676. OLE color: 9385676.

HSL color Cylindrical-coordinate representation of color #CC368F: hue angle of 324.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC368F is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 143 -
CMYK 0 0.74 0.30 0.2
HSL 324.4º 0.6% 0.51% -
HSV(B) 324.4º 0.74% 0.8% -
XYZ 31.18 17.46 27.71 -
YUV 109 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 204 54 143 0 0.74 0.30 0.2 324.4 0.6 0.51
Hex CC 36 8F 0 4A 1E 14 144 3C 33
Octal 314 66 217 0 112 36 24 504 74 63
Binary 11001100 110110 10001111 0 1001010 11110 10100 101000100 111100 110011

Color Harmonies of #CC368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC368F

Black with #CC368F

Text Example


Text Example

White with #CC368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC368F; }

 p { color: rgb(204,54,143); }

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

background-color css

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

 a { background-color: rgb(204,54,143); }

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

border-color css

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

 span { border-color: rgb(204,54,143); }

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