Html Css Color HEX #C333CF Fuchsia

📋 copy color: '#C333CF'

red 195 ◦ green 51 ◦ blue 207

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

Shades of Fuchsia #C333CF

Tints of Fuchsia #C333CF

RGB

 RED value IS 195 (76.56% from 255) = 43.05%

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

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 43.05%
G = 11.26%
B = 45.7%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C333CF (or 0xC333CF) is known color: Fuchsia. HEX triplet: C3, 33 and CF. RGB value is (195,51,207). Sum of RGB (Red+Green+Blue) = 195+51+207=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #C333CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333CF is #3CCC30. Grayscale: #6F6F6F. Windows color (decimal): -3984433 or 13579203. OLE color: 13579203.

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

Color convert

RGB 195 51 207 -
CMYK 0.06 0.75 0 0.19
HSL 295.38º 0.62% 0.51% -
HSV(B) 295.38º 0.75% 0.81% -
XYZ 34.95 18.47 60.76 -
YUV 111.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 195 51 207 0.06 0.75 0 0.19 295.38 0.62 0.51
Hex C3 33 CF 6 4B 0 13 127 3E 33
Octal 303 63 317 6 113 0 23 447 76 63
Binary 11000011 110011 11001111 110 1001011 0 10011 100100111 111110 110011

Color Harmonies of #C333CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C333CF

Black with #C333CF

Text Example


Text Example

White with #C333CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C333CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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