Html Css Color HEX #CC39D0 Fuchsia

📋 copy color: '#CC39D0'

red 204 ◦ green 57 ◦ blue 208

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

Shades of Fuchsia #CC39D0

Tints of Fuchsia #CC39D0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.15%

 BLUE value IS 208 (81.64% from 255) = 44.35%

R = 43.5%
G = 12.15%
B = 44.35%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC39D0 (or 0xCC39D0) is known color: Fuchsia. HEX triplet: CC, 39 and D0. RGB value is (204,57,208). Sum of RGB (Red+Green+Blue) = 204+57+208=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC39D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39D0 is #33C62F. Grayscale: #757575. Windows color (decimal): -3393072 or 13646284. OLE color: 13646284.

HSL color Cylindrical-coordinate representation of color #CC39D0: hue angle of 298.41º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC39D0 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 57 208 -
CMYK 0.02 0.73 0 0.18
HSL 298.41º 0.62% 0.52% -
HSV(B) 298.41º 0.73% 0.82% -
XYZ 37.75 20.32 61.61 -
YUV 118.17 178.7 189.22 -
System Red Green Blue C M Y K H S L
Decimal 204 57 208 0.02 0.73 0 0.18 298.41 0.62 0.52
Hex CC 39 D0 2 49 0 12 12A 3E 34
Octal 314 71 320 2 111 0 22 452 76 64
Binary 11001100 111001 11010000 10 1001001 0 10010 100101010 111110 110100

Color Harmonies of #CC39D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC39D0

Black with #CC39D0

Text Example


Text Example

White with #CC39D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC39D0; }

 p { color: rgb(204,57,208); }

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

background-color css

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

 a { background-color: rgb(204,57,208); }

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

border-color css

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

 span { border-color: rgb(204,57,208); }

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