Html Css Color HEX #CE4BBF Fuchsia

📋 copy color: '#CE4BBF'

red 206 ◦ green 75 ◦ blue 191

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

Shades of Fuchsia #CE4BBF

Tints of Fuchsia #CE4BBF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.89%

 BLUE value IS 191 (75% from 255) = 40.47%

R = 43.64%
G = 15.89%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE4BBF (or 0xCE4BBF) is known color: Fuchsia. HEX triplet: CE, 4B and BF. RGB value is (206,75,191). Sum of RGB (Red+Green+Blue) = 206+75+191=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BBF is #31B440. Grayscale: #7F7F7F. Windows color (decimal): -3257409 or 12536782. OLE color: 12536782.

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

Color convert

RGB 206 75 191 -
CMYK 0 0.64 0.07 0.19
HSL 306.87º 0.57% 0.55% -
HSV(B) 306.87º 0.64% 0.81% -
XYZ 37.37 21.92 51.55 -
YUV 127.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 206 75 191 0 0.64 0.07 0.19 306.87 0.57 0.55
Hex CE 4B BF 0 40 7 13 133 39 37
Octal 316 113 277 0 100 7 23 463 71 67
Binary 11001110 1001011 10111111 0 1000000 111 10011 100110011 111001 110111

Color Harmonies of #CE4BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BBF

Black with #CE4BBF

Text Example


Text Example

White with #CE4BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BBF; }

 p { color: rgb(206,75,191); }

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

background-color css

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

 a { background-color: rgb(206,75,191); }

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

border-color css

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

 span { border-color: rgb(206,75,191); }

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