Html Css Color HEX #CB4EC4 Fuchsia

📋 copy color: '#CB4EC4'

red 203 ◦ green 78 ◦ blue 196

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

Shades of Fuchsia #CB4EC4

Tints of Fuchsia #CB4EC4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.35%

 BLUE value IS 196 (76.95% from 255) = 41.09%

R = 42.56%
G = 16.35%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB4EC4 (or 0xCB4EC4) is known color: Fuchsia. HEX triplet: CB, 4E and C4. RGB value is (203,78,196). Sum of RGB (Red+Green+Blue) = 203+78+196=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4EC4 is #34B13B. Grayscale: #808080. Windows color (decimal): -3453244 or 12865227. OLE color: 12865227.

HSL color Cylindrical-coordinate representation of color #CB4EC4: hue angle of 303.36º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4EC4 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 78 196 -
CMYK 0 0.62 0.03 0.20
HSL 303.36º 0.55% 0.55% -
HSV(B) 303.36º 0.62% 0.8% -
XYZ 37.32 22.13 54.53 -
YUV 128.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 203 78 196 0 0.62 0.03 0.20 303.36 0.55 0.55
Hex CB 4E C4 0 3E 3 14 12F 37 37
Octal 313 116 304 0 76 3 24 457 67 67
Binary 11001011 1001110 11000100 0 111110 11 10100 100101111 110111 110111

Color Harmonies of #CB4EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4EC4

Black with #CB4EC4

Text Example


Text Example

White with #CB4EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4EC4; }

 p { color: rgb(203,78,196); }

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

background-color css

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

 a { background-color: rgb(203,78,196); }

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

border-color css

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

 span { border-color: rgb(203,78,196); }

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