Html Css Color HEX #CE30B3 Fuchsia

📋 copy color: '#CE30B3'

red 206 ◦ green 48 ◦ blue 179

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

Shades of Fuchsia #CE30B3

Tints of Fuchsia #CE30B3

RGB

 RED value IS 206 (80.86% from 255) = 47.58%

 GREEN value IS 48 (19.14% from 255) = 11.09%

 BLUE value IS 179 (70.31% from 255) = 41.34%

R = 47.58%
G = 11.09%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE30B3 (or 0xCE30B3) is known color: Fuchsia. HEX triplet: CE, 30 and B3. RGB value is (206,48,179). Sum of RGB (Red+Green+Blue) = 206+48+179=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30B3 is #31CF4C. Grayscale: #6D6D6D. Windows color (decimal): -3264333 or 11743438. OLE color: 11743438.

HSL color Cylindrical-coordinate representation of color #CE30B3: hue angle of 310.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE30B3 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 48 179 -
CMYK 0 0.77 0.13 0.19
HSL 310.25º 0.62% 0.5% -
HSV(B) 310.25º 0.77% 0.81% -
XYZ 34.65 18.49 44.39 -
YUV 110.18 166.85 196.35 -
System Red Green Blue C M Y K H S L
Decimal 206 48 179 0 0.77 0.13 0.19 310.25 0.62 0.5
Hex CE 30 B3 0 4D D 13 136 3E 32
Octal 316 60 263 0 115 15 23 466 76 62
Binary 11001110 110000 10110011 0 1001101 1101 10011 100110110 111110 110010

Color Harmonies of #CE30B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30B3

Black with #CE30B3

Text Example


Text Example

White with #CE30B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30B3; }

 p { color: rgb(206,48,179); }

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

background-color css

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

 a { background-color: rgb(206,48,179); }

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

border-color css

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

 span { border-color: rgb(206,48,179); }

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