Html Css Color HEX #CC23B9 Deep Magenta

📋 copy color: '#CC23B9'

red 204 ◦ green 35 ◦ blue 185

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

Shades of Deep Magenta #CC23B9

Tints of Deep Magenta #CC23B9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.25%

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 48.11%
G = 8.25%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC23B9 (or 0xCC23B9) is known color: Deep Magenta. HEX triplet: CC, 23 and B9. RGB value is (204,35,185). Sum of RGB (Red+Green+Blue) = 204+35+185=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC23B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23B9 is #33DC46. Grayscale: #666666. Windows color (decimal): -3398727 or 12133324. OLE color: 12133324.

HSL color Cylindrical-coordinate representation of color #CC23B9: hue angle of 306.75º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC23B9 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 185 -
CMYK 0 0.83 0.09 0.2
HSL 306.75º 0.71% 0.47% -
HSV(B) 306.75º 0.83% 0.8% -
XYZ 34.26 17.54 47.48 -
YUV 102.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 204 35 185 0 0.83 0.09 0.2 306.75 0.71 0.47
Hex CC 23 B9 0 53 9 14 133 47 2F
Octal 314 43 271 0 123 11 24 463 107 57
Binary 11001100 100011 10111001 0 1010011 1001 10100 100110011 1000111 101111

Color Harmonies of #CC23B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23B9

Black with #CC23B9

Text Example


Text Example

White with #CC23B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23B9; }

 p { color: rgb(204,35,185); }

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

background-color css

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

 a { background-color: rgb(204,35,185); }

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

border-color css

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

 span { border-color: rgb(204,35,185); }

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