Html Css Color HEX #CF33B0 Fuchsia

📋 copy color: '#CF33B0'

red 207 ◦ green 51 ◦ blue 176

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

Shades of Fuchsia #CF33B0

Tints of Fuchsia #CF33B0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.75%

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 47.7%
G = 11.75%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF33B0 (or 0xCF33B0) is known color: Fuchsia. HEX triplet: CF, 33 and B0. RGB value is (207,51,176). Sum of RGB (Red+Green+Blue) = 207+51+176=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF33B0 is #30CC4F. Grayscale: #6F6F6F. Windows color (decimal): -3198032 or 11547599. OLE color: 11547599.

HSL color Cylindrical-coordinate representation of color #CF33B0: hue angle of 311.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF33B0 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 51 176 -
CMYK 0 0.75 0.15 0.19
HSL 311.92º 0.62% 0.51% -
HSV(B) 311.92º 0.75% 0.81% -
XYZ 34.75 18.77 42.87 -
YUV 111.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 207 51 176 0 0.75 0.15 0.19 311.92 0.62 0.51
Hex CF 33 B0 0 4B F 13 138 3E 33
Octal 317 63 260 0 113 17 23 470 76 63
Binary 11001111 110011 10110000 0 1001011 1111 10011 100111000 111110 110011

Color Harmonies of #CF33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF33B0

Black with #CF33B0

Text Example


Text Example

White with #CF33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF33B0; }

 p { color: rgb(207,51,176); }

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

background-color css

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

 a { background-color: rgb(207,51,176); }

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

border-color css

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

 span { border-color: rgb(207,51,176); }

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