Html Css Color HEX #CC34FA Electric Purple

📋 copy color: '#CC34FA'

red 204 ◦ green 52 ◦ blue 250

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

Shades of Electric Purple #CC34FA

Tints of Electric Purple #CC34FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 40.32%
G = 10.28%
B = 49.41%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC34FA (or 0xCC34FA) is known color: Electric Purple. HEX triplet: CC, 34 and FA. RGB value is (204,52,250). Sum of RGB (Red+Green+Blue) = 204+52+250=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 52 (20.70% from 255 or 10.28% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC34FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC34FA is #33CB05. Grayscale: #777777. Windows color (decimal): -3394310 or 16397516. OLE color: 16397516.

HSL color Cylindrical-coordinate representation of color #CC34FA: hue angle of 286.06º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC34FA is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 52 250 -
CMYK 0.18 0.79 0 0.02
HSL 286.06º 0.95% 0.59% -
HSV(B) 286.06º 0.79% 0.98% -
XYZ 43.39 22.2 92.44 -
YUV 120.02 201.36 187.9 -
System Red Green Blue C M Y K H S L
Decimal 204 52 250 0.18 0.79 0 0.02 286.06 0.95 0.59
Hex CC 34 FA 12 4F 0 2 11E 5F 3B
Octal 314 64 372 22 117 0 2 436 137 73
Binary 11001100 110100 11111010 10010 1001111 0 10 100011110 1011111 111011

Color Harmonies of #CC34FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34FA

Black with #CC34FA

Text Example


Text Example

White with #CC34FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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