Html Css Color HEX #CE30C7 Fuchsia

📋 copy color: '#CE30C7'

red 206 ◦ green 48 ◦ blue 199

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

Shades of Fuchsia #CE30C7

Tints of Fuchsia #CE30C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.93%

R = 45.47%
G = 10.6%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE30C7 (or 0xCE30C7) is known color: Fuchsia. HEX triplet: CE, 30 and C7. RGB value is (206,48,199). Sum of RGB (Red+Green+Blue) = 206+48+199=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30C7 is #31CF38. Grayscale: #707070. Windows color (decimal): -3264313 or 13054158. OLE color: 13054158.

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

Color convert

RGB 206 48 199 -
CMYK 0 0.77 0.03 0.19
HSL 302.66º 0.62% 0.5% -
HSV(B) 302.66º 0.77% 0.81% -
XYZ 36.82 19.36 55.83 -
YUV 112.46 176.85 194.72 -
System Red Green Blue C M Y K H S L
Decimal 206 48 199 0 0.77 0.03 0.19 302.66 0.62 0.5
Hex CE 30 C7 0 4D 3 13 12F 3E 32
Octal 316 60 307 0 115 3 23 457 76 62
Binary 11001110 110000 11000111 0 1001101 11 10011 100101111 111110 110010

Color Harmonies of #CE30C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30C7

Black with #CE30C7

Text Example


Text Example

White with #CE30C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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