Html Css Color HEX #CC23FA Electric Purple

📋 copy color: '#CC23FA'

red 204 ◦ green 35 ◦ blue 250

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

Shades of Electric Purple #CC23FA

Tints of Electric Purple #CC23FA

RGB

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

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

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

R = 41.72%
G = 7.16%
B = 51.12%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC23FA (or 0xCC23FA) is known color: Electric Purple. HEX triplet: CC, 23 and FA. RGB value is (204,35,250). Sum of RGB (Red+Green+Blue) = 204+35+250=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 35 (14.06% from 255 or 7.16% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC23FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23FA is #33DC05. Grayscale: #6D6D6D. Windows color (decimal): -3398662 or 16393164. OLE color: 16393164.

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

Color convert

RGB 204 35 250 -
CMYK 0.18 0.86 0 0.02
HSL 287.16º 0.96% 0.56% -
HSV(B) 287.16º 0.86% 0.98% -
XYZ 42.76 20.94 92.23 -
YUV 110.04 206.99 195.02 -
System Red Green Blue C M Y K H S L
Decimal 204 35 250 0.18 0.86 0 0.02 287.16 0.96 0.56
Hex CC 23 FA 12 56 0 2 11F 60 38
Octal 314 43 372 22 126 0 2 437 140 70
Binary 11001100 100011 11111010 10010 1010110 0 10 100011111 1100000 111000

Color Harmonies of #CC23FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23FA

Black with #CC23FA

Text Example


Text Example

White with #CC23FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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