Html Css Color HEX #CB2EC1 Fuchsia

📋 copy color: '#CB2EC1'

red 203 ◦ green 46 ◦ blue 193

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

Shades of Fuchsia #CB2EC1

Tints of Fuchsia #CB2EC1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.41%

 BLUE value IS 193 (75.78% from 255) = 43.67%

R = 45.93%
G = 10.41%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB2EC1 (or 0xCB2EC1) is known color: Fuchsia. HEX triplet: CB, 2E and C1. RGB value is (203,46,193). Sum of RGB (Red+Green+Blue) = 203+46+193=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EC1 is #34D13E. Grayscale: #6D6D6D. Windows color (decimal): -3461439 or 12660427. OLE color: 12660427.

HSL color Cylindrical-coordinate representation of color #CB2EC1: hue angle of 303.82º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2EC1 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 46 193 -
CMYK 0 0.77 0.05 0.20
HSL 303.82º 0.63% 0.49% -
HSV(B) 303.82º 0.77% 0.8% -
XYZ 35.23 18.5 52.17 -
YUV 109.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 203 46 193 0 0.77 0.05 0.20 303.82 0.63 0.49
Hex CB 2E C1 0 4D 5 14 130 3F 31
Octal 313 56 301 0 115 5 24 460 77 61
Binary 11001011 101110 11000001 0 1001101 101 10100 100110000 111111 110001

Color Harmonies of #CB2EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2EC1

Black with #CB2EC1

Text Example


Text Example

White with #CB2EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2EC1; }

 p { color: rgb(203,46,193); }

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

background-color css

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

 a { background-color: rgb(203,46,193); }

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

border-color css

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

 span { border-color: rgb(203,46,193); }

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