Html Css Color HEX #CB2FF1 Electric Purple

📋 copy color: '#CB2FF1'

red 203 ◦ green 47 ◦ blue 241

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

Shades of Electric Purple #CB2FF1

Tints of Electric Purple #CB2FF1

RGB

 RED value IS 203 (79.69% from 255) = 41.34%

 GREEN value IS 47 (18.75% from 255) = 9.57%

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 41.34%
G = 9.57%
B = 49.08%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB2FF1 (or 0xCB2FF1) is known color: Electric Purple. HEX triplet: CB, 2F and F1. RGB value is (203,47,241). Sum of RGB (Red+Green+Blue) = 203+47+241=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB2FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FF1 is #34D00E. Grayscale: #737373. Windows color (decimal): -3461135 or 15806411. OLE color: 15806411.

HSL color Cylindrical-coordinate representation of color #CB2FF1: hue angle of 288.25º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2FF1 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 47 241 -
CMYK 0.16 0.80 0 0.05
HSL 288.25º 0.87% 0.56% -
HSV(B) 288.25º 0.8% 0.95% -
XYZ 41.52 21.08 85.1 -
YUV 115.76 198.68 190.23 -
System Red Green Blue C M Y K H S L
Decimal 203 47 241 0.16 0.80 0 0.05 288.25 0.87 0.56
Hex CB 2F F1 10 50 0 5 120 57 38
Octal 313 57 361 20 120 0 5 440 127 70
Binary 11001011 101111 11110001 10000 1010000 0 101 100100000 1010111 111000

Color Harmonies of #CB2FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2FF1

Black with #CB2FF1

Text Example


Text Example

White with #CB2FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2FF1; }

 p { color: rgb(203,47,241); }

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

background-color css

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

 a { background-color: rgb(203,47,241); }

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

border-color css

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

 span { border-color: rgb(203,47,241); }

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