Html Css Color HEX #CE30B4 Fuchsia

📋 copy color: '#CE30B4'

red 206 ◦ green 48 ◦ blue 180

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

Shades of Fuchsia #CE30B4

Tints of Fuchsia #CE30B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.47%

R = 47.47%
G = 11.06%
B = 41.47%

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

#CE30B4 (or 0xCE30B4) is known color: Fuchsia. HEX triplet: CE, 30 and B4. RGB value is (206,48,180). Sum of RGB (Red+Green+Blue) = 206+48+180=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30B4 is #31CF4B. Grayscale: #6D6D6D. Windows color (decimal): -3264332 or 11808974. OLE color: 11808974.

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

Color convert

RGB 206 48 180 -
CMYK 0 0.77 0.13 0.19
HSL 309.87º 0.62% 0.5% -
HSV(B) 309.87º 0.77% 0.81% -
XYZ 34.75 18.53 44.93 -
YUV 110.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 206 48 180 0 0.77 0.13 0.19 309.87 0.62 0.5
Hex CE 30 B4 0 4D D 13 136 3E 32
Octal 316 60 264 0 115 15 23 466 76 62
Binary 11001110 110000 10110100 0 1001101 1101 10011 100110110 111110 110010

Color Harmonies of #CE30B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30B4

Black with #CE30B4

Text Example


Text Example

White with #CE30B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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