Html Css Color HEX #CB2EC5 Fuchsia

📋 copy color: '#CB2EC5'

red 203 ◦ green 46 ◦ blue 197

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

Shades of Fuchsia #CB2EC5

Tints of Fuchsia #CB2EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.17%

R = 45.52%
G = 10.31%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB2EC5 (or 0xCB2EC5) is known color: Fuchsia. HEX triplet: CB, 2E and C5. RGB value is (203,46,197). Sum of RGB (Red+Green+Blue) = 203+46+197=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EC5 is #34D13A. Grayscale: #6D6D6D. Windows color (decimal): -3461435 or 12922571. OLE color: 12922571.

HSL color Cylindrical-coordinate representation of color #CB2EC5: hue angle of 302.29º 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 #CB2EC5 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 46 197 -
CMYK 0 0.77 0.03 0.20
HSL 302.29º 0.63% 0.49% -
HSV(B) 302.29º 0.77% 0.8% -
XYZ 35.68 18.68 54.55 -
YUV 110.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 203 46 197 0 0.77 0.03 0.20 302.29 0.63 0.49
Hex CB 2E C5 0 4D 3 14 12E 3F 31
Octal 313 56 305 0 115 3 24 456 77 61
Binary 11001011 101110 11000101 0 1001101 11 10100 100101110 111111 110001

Color Harmonies of #CB2EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2EC5

Black with #CB2EC5

Text Example


Text Example

White with #CB2EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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