Html Css Color HEX #CC1BFF Electric Purple

📋 copy color: '#CC1BFF'

red 204 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #CC1BFF

Tints of Electric Purple #CC1BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.56%

 BLUE value IS 255 (100% from 255) = 52.47%

R = 41.98%
G = 5.56%
B = 52.47%

CMYK

 C value IS 0.2

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC1BFF (or 0xCC1BFF) is known color: Electric Purple. HEX triplet: CC, 1B and FF. RGB value is (204,27,255). Sum of RGB (Red+Green+Blue) = 204+27+255=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 27 (10.94% from 255 or 5.56% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC1BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BFF is #33E400. Grayscale: #696969. Windows color (decimal): -3400705 or 16718796. OLE color: 16718796.

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

Color convert

RGB 204 27 255 -
CMYK 0.2 0.89 0 0
HSL 286.58º 1% 0.55% -
HSV(B) 286.58º 0.89% 1% -
XYZ 43.34 20.84 96.35 -
YUV 105.92 212.14 197.96 -
System Red Green Blue C M Y K H S L
Decimal 204 27 255 0.2 0.89 0 0 286.58 1 0.55
Hex CC 1B FF 14 59 0 0 11F 64 37
Octal 314 33 377 24 131 0 0 437 144 67
Binary 11001100 11011 11111111 10100 1011001 0 0 100011111 1100100 110111

Color Harmonies of #CC1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BFF

Black with #CC1BFF

Text Example


Text Example

White with #CC1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BFF; }

 p { color: rgb(204,27,255); }

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

background-color css

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

 a { background-color: rgb(204,27,255); }

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

border-color css

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

 span { border-color: rgb(204,27,255); }

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