Html Css Color HEX #CC18FB Electric Purple

📋 copy color: '#CC18FB'

red 204 ◦ green 24 ◦ blue 251

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

Shades of Electric Purple #CC18FB

Tints of Electric Purple #CC18FB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.01%

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

R = 42.59%
G = 5.01%
B = 52.4%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC18FB (or 0xCC18FB) is known color: Electric Purple. HEX triplet: CC, 18 and FB. RGB value is (204,24,251). Sum of RGB (Red+Green+Blue) = 204+24+251=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC18FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18FB is #33E704. Grayscale: #666666. Windows color (decimal): -3401477 or 16455884. OLE color: 16455884.

HSL color Cylindrical-coordinate representation of color #CC18FB: hue angle of 287.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC18FB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 24 251 -
CMYK 0.19 0.90 0 0.02
HSL 287.58º 0.97% 0.54% -
HSV(B) 287.58º 0.9% 0.98% -
XYZ 42.64 20.46 92.97 -
YUV 103.7 211.13 199.54 -
System Red Green Blue C M Y K H S L
Decimal 204 24 251 0.19 0.90 0 0.02 287.58 0.97 0.54
Hex CC 18 FB 13 5A 0 2 120 61 36
Octal 314 30 373 23 132 0 2 440 141 66
Binary 11001100 11000 11111011 10011 1011010 0 10 100100000 1100001 110110

Color Harmonies of #CC18FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18FB

Black with #CC18FB

Text Example


Text Example

White with #CC18FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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