Html Css Color HEX #CC1CFE Electric Purple

📋 copy color: '#CC1CFE'

red 204 ◦ green 28 ◦ blue 254

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

Shades of Electric Purple #CC1CFE

Tints of Electric Purple #CC1CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.76%

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 41.98%
G = 5.76%
B = 52.26%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC1CFE (or 0xCC1CFE) is known color: Electric Purple. HEX triplet: CC, 1C and FE. RGB value is (204,28,254). Sum of RGB (Red+Green+Blue) = 204+28+254=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC1CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CFE is #33E301. Grayscale: #696969. Windows color (decimal): -3400450 or 16653516. OLE color: 16653516.

HSL color Cylindrical-coordinate representation of color #CC1CFE: hue angle of 286.73º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1CFE is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 28 254 -
CMYK 0.20 0.89 0 0.00
HSL 286.73º 0.99% 0.55% -
HSV(B) 286.73º 0.89% 1% -
XYZ 43.21 20.82 95.51 -
YUV 106.39 211.31 197.62 -
System Red Green Blue C M Y K H S L
Decimal 204 28 254 0.20 0.89 0 0.00 286.73 0.99 0.55
Hex CC 1C FE 14 59 0 0 11F 63 37
Octal 314 34 376 24 131 0 0 437 143 67
Binary 11001100 11100 11111110 10100 1011001 0 0 100011111 1100011 110111

Color Harmonies of #CC1CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CFE

Black with #CC1CFE

Text Example


Text Example

White with #CC1CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CFE; }

 p { color: rgb(204,28,254); }

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

background-color css

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

 a { background-color: rgb(204,28,254); }

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

border-color css

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

 span { border-color: rgb(204,28,254); }

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