Html Css Color HEX #CC34FF Electric Purple

📋 copy color: '#CC34FF'

red 204 ◦ green 52 ◦ blue 255

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

Shades of Electric Purple #CC34FF

Tints of Electric Purple #CC34FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.18%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 39.92%
G = 10.18%
B = 49.9%

CMYK

 C value IS 0.2

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC34FF (or 0xCC34FF) is known color: Electric Purple. HEX triplet: CC, 34 and FF. RGB value is (204,52,255). Sum of RGB (Red+Green+Blue) = 204+52+255=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 52 (20.70% from 255 or 10.18% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC34FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC34FF is #33CB00. Grayscale: #777777. Windows color (decimal): -3394305 or 16725196. OLE color: 16725196.

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

Color convert

RGB 204 52 255 -
CMYK 0.2 0.80 0 0
HSL 284.93º 1% 0.6% -
HSV(B) 284.93º 0.8% 1% -
XYZ 44.18 22.51 96.62 -
YUV 120.59 203.86 187.49 -
System Red Green Blue C M Y K H S L
Decimal 204 52 255 0.2 0.80 0 0 284.93 1 0.6
Hex CC 34 FF 14 50 0 0 11D 64 3C
Octal 314 64 377 24 120 0 0 435 144 74
Binary 11001100 110100 11111111 10100 1010000 0 0 100011101 1100100 111100

Color Harmonies of #CC34FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34FF

Black with #CC34FF

Text Example


Text Example

White with #CC34FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34FF; }

 p { color: rgb(204,52,255); }

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

background-color css

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

 a { background-color: rgb(204,52,255); }

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

border-color css

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

 span { border-color: rgb(204,52,255); }

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