Html Css Color HEX #CF38B7 Fuchsia

📋 copy color: '#CF38B7'

red 207 ◦ green 56 ◦ blue 183

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

Shades of Fuchsia #CF38B7

Tints of Fuchsia #CF38B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.03%

R = 46.41%
G = 12.56%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF38B7 (or 0xCF38B7) is known color: Fuchsia. HEX triplet: CF, 38 and B7. RGB value is (207,56,183). Sum of RGB (Red+Green+Blue) = 207+56+183=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38B7 is #30C748. Grayscale: #737373. Windows color (decimal): -3196745 or 12007631. OLE color: 12007631.

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

Color convert

RGB 207 56 183 -
CMYK 0 0.73 0.12 0.19
HSL 309.54º 0.61% 0.52% -
HSV(B) 309.54º 0.73% 0.81% -
XYZ 35.69 19.51 46.68 -
YUV 115.63 166.03 193.17 -
System Red Green Blue C M Y K H S L
Decimal 207 56 183 0 0.73 0.12 0.19 309.54 0.61 0.52
Hex CF 38 B7 0 49 C 13 136 3D 34
Octal 317 70 267 0 111 14 23 466 75 64
Binary 11001111 111000 10110111 0 1001001 1100 10011 100110110 111101 110100

Color Harmonies of #CF38B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF38B7

Black with #CF38B7

Text Example


Text Example

White with #CF38B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF38B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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