Html Css Color HEX #CE3CB0 Fuchsia

📋 copy color: '#CE3CB0'

red 206 ◦ green 60 ◦ blue 176

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

Shades of Fuchsia #CE3CB0

Tints of Fuchsia #CE3CB0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.57%

 BLUE value IS 176 (69.14% from 255) = 39.82%

R = 46.61%
G = 13.57%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE3CB0 (or 0xCE3CB0) is known color: Fuchsia. HEX triplet: CE, 3C and B0. RGB value is (206,60,176). Sum of RGB (Red+Green+Blue) = 206+60+176=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3CB0 is #31C34F. Grayscale: #747474. Windows color (decimal): -3261264 or 11549902. OLE color: 11549902.

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

Color convert

RGB 206 60 176 -
CMYK 0 0.71 0.15 0.19
HSL 312.33º 0.6% 0.52% -
HSV(B) 312.33º 0.71% 0.81% -
XYZ 34.91 19.49 43 -
YUV 116.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 206 60 176 0 0.71 0.15 0.19 312.33 0.6 0.52
Hex CE 3C B0 0 47 F 13 138 3C 34
Octal 316 74 260 0 107 17 23 470 74 64
Binary 11001110 111100 10110000 0 1000111 1111 10011 100111000 111100 110100

Color Harmonies of #CE3CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CB0

Black with #CE3CB0

Text Example


Text Example

White with #CE3CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CB0; }

 p { color: rgb(206,60,176); }

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

background-color css

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

 a { background-color: rgb(206,60,176); }

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

border-color css

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

 span { border-color: rgb(206,60,176); }

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