Html Css Color HEX #CF38CE Fuchsia

📋 copy color: '#CF38CE'

red 207 ◦ green 56 ◦ blue 206

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

Shades of Fuchsia #CF38CE

Tints of Fuchsia #CF38CE

RGB

 RED value IS 207 (81.25% from 255) = 44.14%

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 44.14%
G = 11.94%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF38CE (or 0xCF38CE) is known color: Fuchsia. HEX triplet: CF, 38 and CE. RGB value is (207,56,206). Sum of RGB (Red+Green+Blue) = 207+56+206=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38CE is #30C731. Grayscale: #757575. Windows color (decimal): -3196722 or 13514959. OLE color: 13514959.

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

Color convert

RGB 207 56 206 -
CMYK 0 0.73 0.00 0.19
HSL 300.4º 0.61% 0.52% -
HSV(B) 300.4º 0.73% 0.81% -
XYZ 38.29 20.55 60.34 -
YUV 118.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 207 56 206 0 0.73 0.00 0.19 300.4 0.61 0.52
Hex CF 38 CE 0 49 0 13 12C 3D 34
Octal 317 70 316 0 111 0 23 454 75 64
Binary 11001111 111000 11001110 0 1001001 0 10011 100101100 111101 110100

Color Harmonies of #CF38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF38CE

Black with #CF38CE

Text Example


Text Example

White with #CF38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF38CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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