Html Css Color HEX #CC1BF5 Electric Purple

📋 copy color: '#CC1BF5'

red 204 ◦ green 27 ◦ blue 245

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

Shades of Electric Purple #CC1BF5

Tints of Electric Purple #CC1BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.47%

R = 42.86%
G = 5.67%
B = 51.47%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC1BF5 (or 0xCC1BF5) is known color: Electric Purple. HEX triplet: CC, 1B and F5. RGB value is (204,27,245). Sum of RGB (Red+Green+Blue) = 204+27+245=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC1BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BF5 is #33E40A. Grayscale: #686868. Windows color (decimal): -3400715 or 16063436. OLE color: 16063436.

HSL color Cylindrical-coordinate representation of color #CC1BF5: hue angle of 288.72º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1BF5 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 27 245 -
CMYK 0.17 0.89 0 0.04
HSL 288.72º 0.92% 0.53% -
HSV(B) 288.72º 0.89% 0.96% -
XYZ 41.78 20.21 88.09 -
YUV 104.78 207.14 198.77 -
System Red Green Blue C M Y K H S L
Decimal 204 27 245 0.17 0.89 0 0.04 288.72 0.92 0.53
Hex CC 1B F5 11 59 0 4 121 5C 35
Octal 314 33 365 21 131 0 4 441 134 65
Binary 11001100 11011 11110101 10001 1011001 0 100 100100001 1011100 110101

Color Harmonies of #CC1BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BF5

Black with #CC1BF5

Text Example


Text Example

White with #CC1BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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