Html Css Color HEX #CC2F8B Deep Cerise

📋 copy color: '#CC2F8B'

red 204 ◦ green 47 ◦ blue 139

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

Shades of Deep Cerise #CC2F8B

Tints of Deep Cerise #CC2F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.05%

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 52.31%
G = 12.05%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC2F8B (or 0xCC2F8B) is known color: Deep Cerise. HEX triplet: CC, 2F and 8B. RGB value is (204,47,139). Sum of RGB (Red+Green+Blue) = 204+47+139=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2F8B is #33D074. Grayscale: #686868. Windows color (decimal): -3395701 or 9121740. OLE color: 9121740.

HSL color Cylindrical-coordinate representation of color #CC2F8B: hue angle of 324.84º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2F8B is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 47 139 -
CMYK 0 0.77 0.32 0.2
HSL 324.84º 0.63% 0.49% -
HSV(B) 324.84º 0.77% 0.8% -
XYZ 30.58 16.73 26.04 -
YUV 104.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 204 47 139 0 0.77 0.32 0.2 324.84 0.63 0.49
Hex CC 2F 8B 0 4D 20 14 145 3F 31
Octal 314 57 213 0 115 40 24 505 77 61
Binary 11001100 101111 10001011 0 1001101 100000 10100 101000101 111111 110001

Color Harmonies of #CC2F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F8B

Black with #CC2F8B

Text Example


Text Example

White with #CC2F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F8B; }

 p { color: rgb(204,47,139); }

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

background-color css

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

 a { background-color: rgb(204,47,139); }

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

border-color css

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

 span { border-color: rgb(204,47,139); }

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