Html Css Color HEX #CC23FB Electric Purple

📋 copy color: '#CC23FB'

red 204 ◦ green 35 ◦ blue 251

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

Shades of Electric Purple #CC23FB

Tints of Electric Purple #CC23FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 41.63%
G = 7.14%
B = 51.22%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC23FB (or 0xCC23FB) is known color: Electric Purple. HEX triplet: CC, 23 and FB. RGB value is (204,35,251). Sum of RGB (Red+Green+Blue) = 204+35+251=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 35 (14.06% from 255 or 7.14% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC23FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23FB is #33DC04. Grayscale: #6D6D6D. Windows color (decimal): -3398661 or 16458700. OLE color: 16458700.

HSL color Cylindrical-coordinate representation of color #CC23FB: hue angle of 286.94º 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 #CC23FB is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 35 251 -
CMYK 0.19 0.86 0 0.02
HSL 286.94º 0.96% 0.56% -
HSV(B) 286.94º 0.86% 0.98% -
XYZ 42.92 21 93.06 -
YUV 110.16 207.49 194.94 -
System Red Green Blue C M Y K H S L
Decimal 204 35 251 0.19 0.86 0 0.02 286.94 0.96 0.56
Hex CC 23 FB 13 56 0 2 11F 60 38
Octal 314 43 373 23 126 0 2 437 140 70
Binary 11001100 100011 11111011 10011 1010110 0 10 100011111 1100000 111000

Color Harmonies of #CC23FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23FB

Black with #CC23FB

Text Example


Text Example

White with #CC23FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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