Html Css Color HEX #CE38B4 Fuchsia

📋 copy color: '#CE38B4'

red 206 ◦ green 56 ◦ blue 180

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

Shades of Fuchsia #CE38B4

Tints of Fuchsia #CE38B4

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.67%

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

R = 46.61%
G = 12.67%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE38B4 (or 0xCE38B4) is known color: Fuchsia. HEX triplet: CE, 38 and B4. RGB value is (206,56,180). Sum of RGB (Red+Green+Blue) = 206+56+180=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38B4 is #31C74B. Grayscale: #727272. Windows color (decimal): -3262284 or 11811022. OLE color: 11811022.

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

Color convert

RGB 206 56 180 -
CMYK 0 0.73 0.13 0.19
HSL 310.4º 0.6% 0.51% -
HSV(B) 310.4º 0.73% 0.81% -
XYZ 35.11 19.25 45.04 -
YUV 114.99 164.7 192.92 -
System Red Green Blue C M Y K H S L
Decimal 206 56 180 0 0.73 0.13 0.19 310.4 0.6 0.51
Hex CE 38 B4 0 49 D 13 136 3C 33
Octal 316 70 264 0 111 15 23 466 74 63
Binary 11001110 111000 10110100 0 1001001 1101 10011 100110110 111100 110011

Color Harmonies of #CE38B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38B4

Black with #CE38B4

Text Example


Text Example

White with #CE38B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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