Html Css Color HEX #CE4CBE Fuchsia

📋 copy color: '#CE4CBE'

red 206 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #CE4CBE

Tints of Fuchsia #CE4CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 43.64%
G = 16.1%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE4CBE (or 0xCE4CBE) is known color: Fuchsia. HEX triplet: CE, 4C and BE. RGB value is (206,76,190). Sum of RGB (Red+Green+Blue) = 206+76+190=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CBE is #31B341. Grayscale: #7F7F7F. Windows color (decimal): -3257154 or 12471502. OLE color: 12471502.

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

Color convert

RGB 206 76 190 -
CMYK 0 0.63 0.08 0.19
HSL 307.38º 0.57% 0.55% -
HSV(B) 307.38º 0.63% 0.81% -
XYZ 37.33 22.01 51 -
YUV 127.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 206 76 190 0 0.63 0.08 0.19 307.38 0.57 0.55
Hex CE 4C BE 0 3F 8 13 133 39 37
Octal 316 114 276 0 77 10 23 463 71 67
Binary 11001110 1001100 10111110 0 111111 1000 10011 100110011 111001 110111

Color Harmonies of #CE4CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CBE

Black with #CE4CBE

Text Example


Text Example

White with #CE4CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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