Html Css Color HEX #CF30C1 Fuchsia

📋 copy color: '#CF30C1'

red 207 ◦ green 48 ◦ blue 193

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

Shades of Fuchsia #CF30C1

Tints of Fuchsia #CF30C1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.71%

 BLUE value IS 193 (75.78% from 255) = 43.08%

R = 46.21%
G = 10.71%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF30C1 (or 0xCF30C1) is known color: Fuchsia. HEX triplet: CF, 30 and C1. RGB value is (207,48,193). Sum of RGB (Red+Green+Blue) = 207+48+193=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30C1 is #30CF3E. Grayscale: #6F6F6F. Windows color (decimal): -3198783 or 12660943. OLE color: 12660943.

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

Color convert

RGB 207 48 193 -
CMYK 0 0.77 0.07 0.19
HSL 305.28º 0.62% 0.5% -
HSV(B) 305.28º 0.77% 0.81% -
XYZ 36.41 19.23 52.24 -
YUV 112.07 173.68 195.71 -
System Red Green Blue C M Y K H S L
Decimal 207 48 193 0 0.77 0.07 0.19 305.28 0.62 0.5
Hex CF 30 C1 0 4D 7 13 131 3E 32
Octal 317 60 301 0 115 7 23 461 76 62
Binary 11001111 110000 11000001 0 1001101 111 10011 100110001 111110 110010

Color Harmonies of #CF30C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF30C1

Black with #CF30C1

Text Example


Text Example

White with #CF30C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF30C1; }

 p { color: rgb(207,48,193); }

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

background-color css

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

 a { background-color: rgb(207,48,193); }

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

border-color css

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

 span { border-color: rgb(207,48,193); }

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