Html Css Color HEX #CB2ED4 Fuchsia

📋 copy color: '#CB2ED4'

red 203 ◦ green 46 ◦ blue 212

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

Shades of Fuchsia #CB2ED4

Tints of Fuchsia #CB2ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.99%

R = 44.03%
G = 9.98%
B = 45.99%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CB2ED4 (or 0xCB2ED4) is known color: Fuchsia. HEX triplet: CB, 2E and D4. RGB value is (203,46,212). Sum of RGB (Red+Green+Blue) = 203+46+212=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB2ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ED4 is #34D12B. Grayscale: #6F6F6F. Windows color (decimal): -3461420 or 13905611. OLE color: 13905611.

HSL color Cylindrical-coordinate representation of color #CB2ED4: hue angle of 296.75º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2ED4 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 46 212 -
CMYK 0.04 0.78 0 0.17
HSL 296.75º 0.66% 0.51% -
HSV(B) 296.75º 0.78% 0.83% -
XYZ 37.49 19.4 64.06 -
YUV 111.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 203 46 212 0.04 0.78 0 0.17 296.75 0.66 0.51
Hex CB 2E D4 4 4E 0 11 129 42 33
Octal 313 56 324 4 116 0 21 451 102 63
Binary 11001011 101110 11010100 100 1001110 0 10001 100101001 1000010 110011

Color Harmonies of #CB2ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2ED4

Black with #CB2ED4

Text Example


Text Example

White with #CB2ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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