Html Css Color HEX #CC34FC Electric Purple

📋 copy color: '#CC34FC'

red 204 ◦ green 52 ◦ blue 252

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

Shades of Electric Purple #CC34FC

Tints of Electric Purple #CC34FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 40.16%
G = 10.24%
B = 49.61%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC34FC (or 0xCC34FC) is known color: Electric Purple. HEX triplet: CC, 34 and FC. RGB value is (204,52,252). Sum of RGB (Red+Green+Blue) = 204+52+252=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 52 (20.70% from 255 or 10.24% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC34FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC34FC is #33CB03. Grayscale: #777777. Windows color (decimal): -3394308 or 16528588. OLE color: 16528588.

HSL color Cylindrical-coordinate representation of color #CC34FC: hue angle of 285.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC34FC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 52 252 -
CMYK 0.19 0.79 0 0.01
HSL 285.6º 0.97% 0.6% -
HSV(B) 285.6º 0.79% 0.99% -
XYZ 43.7 22.32 94.1 -
YUV 120.25 202.36 187.74 -
System Red Green Blue C M Y K H S L
Decimal 204 52 252 0.19 0.79 0 0.01 285.6 0.97 0.6
Hex CC 34 FC 13 4F 0 1 11E 61 3C
Octal 314 64 374 23 117 0 1 436 141 74
Binary 11001100 110100 11111100 10011 1001111 0 1 100011110 1100001 111100

Color Harmonies of #CC34FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34FC

Black with #CC34FC

Text Example


Text Example

White with #CC34FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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