Html Css Color HEX #CE4CB6 Fuchsia

📋 copy color: '#CE4CB6'

red 206 ◦ green 76 ◦ blue 182

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

Shades of Fuchsia #CE4CB6

Tints of Fuchsia #CE4CB6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.38%

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 44.4%
G = 16.38%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE4CB6 (or 0xCE4CB6) is known color: Fuchsia. HEX triplet: CE, 4C and B6. RGB value is (206,76,182). Sum of RGB (Red+Green+Blue) = 206+76+182=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CB6 is #31B349. Grayscale: #7E7E7E. Windows color (decimal): -3257162 or 11947214. OLE color: 11947214.

HSL color Cylindrical-coordinate representation of color #CE4CB6: hue angle of 311.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4CB6 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 76 182 -
CMYK 0 0.63 0.12 0.19
HSL 311.08º 0.57% 0.55% -
HSV(B) 311.08º 0.63% 0.81% -
XYZ 36.48 21.67 46.52 -
YUV 126.95 159.07 184.38 -
System Red Green Blue C M Y K H S L
Decimal 206 76 182 0 0.63 0.12 0.19 311.08 0.57 0.55
Hex CE 4C B6 0 3F C 13 137 39 37
Octal 316 114 266 0 77 14 23 467 71 67
Binary 11001110 1001100 10110110 0 111111 1100 10011 100110111 111001 110111

Color Harmonies of #CE4CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CB6

Black with #CE4CB6

Text Example


Text Example

White with #CE4CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CB6; }

 p { color: rgb(206,76,182); }

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

background-color css

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

 a { background-color: rgb(206,76,182); }

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

border-color css

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

 span { border-color: rgb(206,76,182); }

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