Html Css Color HEX #CF4DBE Fuchsia

📋 copy color: '#CF4DBE'

red 207 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #CF4DBE

Tints of Fuchsia #CF4DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.24%

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

R = 43.67%
G = 16.24%
B = 40.08%

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

#CF4DBE (or 0xCF4DBE) is known color: Fuchsia. HEX triplet: CF, 4D and BE. RGB value is (207,77,190). Sum of RGB (Red+Green+Blue) = 207+77+190=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DBE is #30B241. Grayscale: #808080. Windows color (decimal): -3191362 or 12471759. OLE color: 12471759.

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

Color convert

RGB 207 77 190 -
CMYK 0 0.63 0.08 0.19
HSL 307.85º 0.58% 0.56% -
HSV(B) 307.85º 0.63% 0.81% -
XYZ 37.68 22.29 51.03 -
YUV 128.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 207 77 190 0 0.63 0.08 0.19 307.85 0.58 0.56
Hex CF 4D BE 0 3F 8 13 134 3A 38
Octal 317 115 276 0 77 10 23 464 72 70
Binary 11001111 1001101 10111110 0 111111 1000 10011 100110100 111010 111000

Color Harmonies of #CF4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DBE

Black with #CF4DBE

Text Example


Text Example

White with #CF4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DBE; }

 p { color: rgb(207,77,190); }

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

background-color css

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

 a { background-color: rgb(207,77,190); }

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

border-color css

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

 span { border-color: rgb(207,77,190); }

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